sequence

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

schema_of_json

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

salted_bigint_key

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

second

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

rtrim

rtrim(str) – Removes the trailing space characters from `str`. rtrim(trimStr, str) – Removes the trailing

rpad

rpad(str, len, pad) – Returns `str`, right-padded with `pad` to a length of `len`. If