lead

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

least

least(expr, …) – Returns the least value of all parameters, skipping null values. Platforms: WhereOS,

lat2tiley

lat2tiley(double lat, int zoom)::int – Returns the tile number of the given latitude and zoom

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,