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

shiftrightunsigned

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

shuffle

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

sigmoid

sigmoid(x) – Returns 1.0 / (1.0 + exp(-x)) WITH input as ( SELECT 3.0 as

sha1

sha1(expr) – Returns a sha1 hash value as a hex string of the `expr`. Platforms: