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

Blog

splitlinestring

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

split_words

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

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

soundex

soundex(str) – Returns Soundex code of the string. Platforms: WhereOS, Spark, Hive Class: org.apache.spark.sql.catalyst.expressions.SoundEx More

split

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