sin

sin(expr) – Returns the sine of `expr`, as if computed by `java.lang.Math.sin`. Platforms: WhereOS, Spark,

singularize

singularize(string word) – Returns singular form of a given English word SELECT singularize(lower(“Apples”)); “apple” Platforms:

sinh

sinh(expr) – Returns hyperbolic sine of `expr`, as if computed by `java.lang.Math.sinh`. Platforms: WhereOS, Spark,

size

size(expr) – Returns the size of an array or a map.The function returns -1 if

sign

sign(expr) – Returns -1.0, 0.0 or 1.0 as `expr` is negative, 0 or positive. Platforms:

signum

signum(expr) – Returns -1.0, 0.0 or 1.0 as `expr` is negative, 0 or positive. Platforms: