Platforms: WhereOS, Spark, Hive Class: com.whereos.udf.LineSplitterUDTF More functions can be added to WhereOS via Python
split_words(string query [, string regex]) – Returns an array containing splitted strings Platforms: WhereOS, Spark,
spark_partition_id() – Returns the current partition id. Platforms: WhereOS, Spark, Hive Class: org.apache.spark.sql.catalyst.expressions.SparkPartitionID More functions
space(n) – Returns a string consisting of `n` spaces. Platforms: WhereOS, Spark, Hive Class: org.apache.spark.sql.catalyst.expressions.StringSpace
soundex(str) – Returns Soundex code of the string. Platforms: WhereOS, Spark, Hive Class: org.apache.spark.sql.catalyst.expressions.SoundEx More
split(str, regex) – Splits `str` around occurrences that match `regex`. Platforms: WhereOS, Spark, Hive Class: