binarize_label(int/long positive, int/long negative, …) – Returns positive/negative records that are represented as (…, int
bbit_minhash(array features [, int numHashes]) – Returns a b-bits minhash value Platforms: WhereOS, Spark, Hive
avg(expr) – Returns the mean calculated from values of a group. Platforms: WhereOS, Spark, Hive
base64(bin) – Converts the argument from a binary `bin` to a base 64 string. Platforms:
base91(BINARY bin) – Convert the argument from binary to a BASE91 string SELECT base91(deflate(‘aaaaaaaaaaaaaaaabbbbccc’)); AA+=kaIM|WTt!+wbGAA
atan(expr) – Returns the inverse tangent (a.k.a. arc tangent) of `expr`, as if computed by