std

std(expr) – Returns the sample standard deviation calculated from values of a group. Platforms: WhereOS,

stddev

stddev(expr) – Returns the sample standard deviation calculated from values of a group. Platforms: WhereOS,

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

soundex

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