split_words

split_words(string query [, string regex]) – Returns an array containing splitted strings Platforms: WhereOS, Spark,

splitlinestring

Platforms: WhereOS, Spark, Hive Class: com.whereos.udf.LineSplitterUDTF More functions can be added to WhereOS via Python

sqrt

sqrt(expr) – Returns the square root of `expr`. Platforms: WhereOS, Spark, Hive Class: org.apache.spark.sql.catalyst.expressions.Sqrt More

split

split(str, regex) – Splits `str` around occurrences that match `regex`. Platforms: WhereOS, Spark, Hive Class:

spark_partition_id

spark_partition_id() – Returns the current partition id. Platforms: WhereOS, Spark, Hive Class: org.apache.spark.sql.catalyst.expressions.SparkPartitionID More functions

space

space(n) – Returns a string consisting of `n` spaces. Platforms: WhereOS, Spark, Hive Class: org.apache.spark.sql.catalyst.expressions.StringSpace