arrays_zip

arrays_zip(a1, a2, …) – Returns a merged array of structs in which the N-th struct

ascii

ascii(str) – Returns the numeric value of the first character of `str`. Platforms: WhereOS, Spark,

asin

asin(expr) – Returns the inverse sine (a.k.a. arc sine) the arc sin of `expr`, as

array_sort

array_sort(array) – Sorts the input array in ascending order. The elements of the input array

array_sum

array_sum(array) – Returns an array in which each element is summed up WITH input as

array_to_str

array_to_str(array arr [, string sep=’,’]) – Convert array to string using a sperator SELECT array_to_str(array(1,2,3),’-‘);