Get invited to our slack community and get access to opportunities and data science insights

Blog

salted_bigint

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

round

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

rowid

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

row_number

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

rollup

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

rmse

rmse(double predicted, double actual) – Return a Root Mean Squared Error Platforms: WhereOS, Spark, Hive