rpad

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

salted_bigint

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

rollup

rollup([col1[, col2 ..]]) – create a multi-dimensional rollup using the specified columns so that we

round

round(expr, d) – Returns `expr` rounded to `d` decimal places using HALF_UP rounding mode. Platforms:

row_number

row_number() – Assigns a unique, sequential number to each row, starting with one, according to

rowid

rowid() – Returns a generated row id of a form {TASK_ID}-{SEQUENCE_NUMBER} Platforms: WhereOS, Spark, Hive