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

Blog

ln

ln(expr) – Returns the natural logarithm (base e) of `expr`. Platforms: WhereOS, Spark, Hive Class:

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,

left

left(str, len) – Returns the leftmost `len`(`len` can be string type) characters from the string

length

length(expr) – Returns the character length of string data or number of bytes of binary

lcase

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