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

Blog

sinh

sinh(expr) – Returns hyperbolic sine of `expr`, as if computed by `java.lang.Math.sinh`. Platforms: WhereOS, Spark,

sign

sign(expr) – Returns -1.0, 0.0 or 1.0 as `expr` is negative, 0 or positive. Platforms:

signum

signum(expr) – Returns -1.0, 0.0 or 1.0 as `expr` is negative, 0 or positive. Platforms:

simple_r

Platforms: WhereOS, Spark, Hive Class: com.whereos.udf.RenjinUDF More functions can be added to WhereOS via Python

shiftright

shiftright(base, expr) – Bitwise (signed) right shift. Platforms: WhereOS, Spark, Hive Class: org.apache.spark.sql.catalyst.expressions.ShiftRight More functions

shuffle

shuffle(array) – Returns a random permutation of the given array. Platforms: WhereOS, Spark, Hive Class: