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

Blog

bits_collect

bits_collect(int|long x) – Returns a bitset in array Platforms: WhereOS, Spark, Hive Class: hivemall.tools.bits.BitsCollectUDAF More

bbit_minhash

bbit_minhash(array features [, int numHashes]) – Returns a b-bits minhash value Platforms: WhereOS, Spark, Hive

bigint

bigint(expr) – Casts the value `expr` to the target data type `bigint`. Platforms: WhereOS, Spark,

bin

bin(expr) – Returns the string representation of the long value `expr` represented in binary. Platforms:

binarize_label

binarize_label(int/long positive, int/long negative, …) – Returns positive/negative records that are represented as (…, int

base64

base64(bin) – Converts the argument from a binary `bin` to a base 64 string. Platforms: