octet_length

octet_length(expr) – Returns the byte length of string data or number of bytes of binary

onehot_encoding

onehot_encoding(PRIMITIVE feature, …) – Compute onehot encoded label for each feature WITH mapping as (

ntile

ntile(n) – Divides the rows for each window partition into `n` buckets ranging from 1

nullif

nullif(expr1, expr2) – Returns null if `expr1` equals to `expr2`, or `expr1` otherwise. Platforms: WhereOS,

numeric_range

numeric_range(a,b,c) – Generates a range of integers from a to b incremented by c or

not

not expr – Logical not. Platforms: WhereOS, Spark, Hive Class: org.apache.spark.sql.catalyst.expressions.Not More functions can be