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

Blog

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:

sha2

sha2(expr, bitLength) – Returns a checksum of SHA-2 family as a hex string of `expr`.

shiftleft

shiftleft(base, expr) – Bitwise left shift. Platforms: WhereOS, Spark, Hive Class: org.apache.spark.sql.catalyst.expressions.ShiftLeft More functions can

set_difference

set_difference(a,b) – Returns a list of those items in a, but not in b Platforms: