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

Blog

lcase

lcase(str) – Returns `str` with all characters changed to lowercase. Platforms: WhereOS, Spark, Hive Class:

lda_predict

lda_predict(string word, float value, int label, float lambda[, const string options]) – Returns a list

last_element

last_element(x) – Return the last element in an array SELECT last_element(array(‘a’,’b’,’c’)); c Platforms: WhereOS, Spark,

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

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