array_union(array1, array2) – Returns an array of the elements in the union of array1 and
array_position(array, element) – Returns the (1-based) index of the first element of the array as
array_remove(array, element) – Remove all elements that equal to element from array. Platforms: WhereOS, Spark,
array_repeat(element, count) – Returns the array containing element count times. Platforms: WhereOS, Spark, Hive Class:
array_slice(array values, int offset [, int length]) – Slices the given array by the given
array_max(array) – Returns the maximum value in the array. NULL elements are skipped. Platforms: WhereOS,