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

Blog

array_max

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

array_min

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

array_distinct

array_distinct(array) – Removes duplicate values from the array. Platforms: WhereOS, Spark, Hive Class: org.apache.spark.sql.catalyst.expressions.ArrayDistinct More

array_except

array_except(array1, array2) – Returns an array of the elements in array1 but not in array2,without

array_flatten

array_flatten(array) – Returns an array with the elements flattened. SELECT array_flatten(array(array(1,2,3),array(4,5),array(6,7,8))); [1,2,3,4,5,6,7,8] Platforms: WhereOS, Spark,

array_hash_values

array_hash_values(array values, [string prefix [, int numFeatures], boolean useIndexAsPrefix]) returns hash values in array Platforms: