array_slice

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

array_intersect

array_intersect(array1, array2) – Returns an array of the elements in the intersection of array1 andarray2,

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,

array_min

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

array_hash_values

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