str_to_map(text[, pairDelim[, keyValueDelim]]) – Creates a map after splitting the text into key/value pairs using
sst(double|array x [, const string options]) – Returns change-point scores and decisions using Singular Spectrum
stack(n, expr1, …, exprk) – Separates `expr1`, …, `exprk` into `n` rows. Platforms: WhereOS, Spark,
stddev(expr) – Returns the sample standard deviation calculated from values of a group. Platforms: WhereOS,
std(expr) – Returns the sample standard deviation calculated from values of a group. Platforms: WhereOS,
sqrt(expr) – Returns the square root of `expr`. Platforms: WhereOS, Spark, Hive Class: org.apache.spark.sql.catalyst.expressions.Sqrt More