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

Blog

float

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

float_array

float_array(nDims) – Returns an array of nDims elements Platforms: WhereOS, Spark, Hive Class: hivemall.tools.array.AllocFloatArrayUDF More

floor

floor(expr) – Returns the largest integer not greater than `expr`. Platforms: WhereOS, Spark, Hive Class:

first_index

first_index(x) – Last value in an array Platforms: WhereOS, Spark, Hive Class: brickhouse.udf.collect.FirstIndexUDF More functions

first_value

first_value(expr[, isIgnoreNull]) – Returns the first value of `expr` for a group of rows. If

flatten

flatten(arrayOfArrays) – Transforms an array of arrays into a single array. Platforms: WhereOS, Spark, Hive