0

I am newbie to jaql, not of lot of documentation is found. Does jaql support inbuilt casting. Or java udf need to be written for casting. I basically want to convert int to string.

Srikanth
  • 15
  • 1
  • 3

1 Answers1

1

try this: jaql> serialize(500); "500"

Song Gao
  • 11
  • 1