sin(expr) – Returns the sine of `expr`, as if computed by `java.lang.Math.sin`. Platforms: WhereOS, Spark,
singularize(string word) – Returns singular form of a given English word SELECT singularize(lower(“Apples”)); “apple” Platforms:
sinh(expr) – Returns hyperbolic sine of `expr`, as if computed by `java.lang.Math.sinh`. Platforms: WhereOS, Spark,
size(expr) – Returns the size of an array or a map.The function returns -1 if
sign(expr) – Returns -1.0, 0.0 or 1.0 as `expr` is negative, 0 or positive. Platforms:
signum(expr) – Returns -1.0, 0.0 or 1.0 as `expr` is negative, 0 or positive. Platforms: