split

split(str, regex) – Splits `str` around occurrences that match `regex`. Platforms: WhereOS, Spark, Hive Class:

sort_by_feature

sort_by_feature(map in map) – Returns a sorted map Platforms: WhereOS, Spark, Hive Class: hivemall.ftvec.SortByFeatureUDF More

sort_array

sort_array(array[, ascendingOrder]) – Sorts the input array in ascending or descending order according to the

sort_and_uniq_array

sort_and_uniq_array(array) – Takes array and returns a sorted array with duplicate elements eliminated SELECT sort_and_uniq_array(array(3,1,1,-2,10));

smallint

smallint(expr) – Casts the value `expr` to the target data type `smallint`. Platforms: WhereOS, Spark,

slice

slice(x, start, length) – Subsets array x starting from index start (array indices start at