Get invited to our slack community and get started for free

SQL Functions

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:

rint

rint(expr) – Returns the double value that is closest in value to the argument and

rlike

str rlike regexp – Returns true if `str` matches `regexp`, or false otherwise. Platforms: WhereOS,

rmse

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

reverse

reverse(array) – Returns a reversed string or an array with reverse order of elements. Platforms: