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

Blog

locate

locate(substr, str[, pos]) – Returns the position of the first occurrence of `substr` in `str`

log

log(base, expr) – Returns the logarithm of `expr` with `base`. Platforms: WhereOS, Spark, Hive Class:

log10

log10(expr) – Returns the logarithm of `expr` with base 10. Platforms: WhereOS, Spark, Hive Class:

log1p

log1p(expr) – Returns log(1 + `expr`). Platforms: WhereOS, Spark, Hive Class: org.apache.spark.sql.catalyst.expressions.Log1p More functions can

levenshtein

levenshtein(str1, str2) – Returns the Levenshtein distance between the two given strings. Platforms: WhereOS, Spark,

like

str like pattern – Returns true if str matches pattern, null if any arguments are