Get invited to our slack community and get access to opportunities and data science insights

Blog

array_position

array_position(array, element) – Returns the (1-based) index of the first element of the array as

array_remove

array_remove(array, element) – Remove all elements that equal to element from array. Platforms: WhereOS, Spark,

array_repeat

array_repeat(element, count) – Returns the array containing element count times. Platforms: WhereOS, Spark, Hive Class:

array_slice

array_slice(array values, int offset [, int length]) – Slices the given array by the given

array_join

array_join(array, delimiter[, nullReplacement]) – Concatenates the elements of the given array using the delimiter and

array_max

array_max(array) – Returns the maximum value in the array. NULL elements are skipped. Platforms: WhereOS,