last_index

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

last_value

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

last_day

last_day(date) – Returns the last day of the month which the date belongs to. Platforms:

l2_normalize

l2_normalize(ftvec string) – Returned a L2 normalized value Platforms: WhereOS, Spark, Hive Class: hivemall.ftvec.scaling.L2NormalizationUDF More

lag

lag(input[, offset[, default]]) – Returns the value of `input` at the `offset`th row before the

last

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