select_k_best

select_k_best(array array, const array importance, const int k) – Returns selected top-k elements as array

sentences

sentences(str[, lang, country]) – Splits `str` into an array of array of words. Platforms: WhereOS,

sequence

sequence(start, stop, step) – Generates an array of elements from start to stop (inclusive), incrementing

salted_bigint_key

Platforms: WhereOS, Spark, Hive Class: brickhouse.hbase.SaltedBigIntUDF More functions can be added to WhereOS via Python

schema_of_json

schema_of_json(json[, options]) – Returns schema in the DDL format of JSON string. Platforms: WhereOS, Spark,

second

second(timestamp) – Returns the second component of the string/timestamp. Platforms: WhereOS, Spark, Hive Class: org.apache.spark.sql.catalyst.expressions.Second