minute(timestamp) – Returns the minute component of the string/timestamp. Platforms: WhereOS, Spark, Hive Class: org.apache.spark.sql.catalyst.expressions.Minute
expr1 mod expr2 – Returns the remainder after `expr1`/`expr2`. Platforms: WhereOS, Spark, Hive Class: org.apache.spark.sql.catalyst.expressions.Remainder
monotonically_increasing_id() – Returns monotonically increasing 64-bit integers. The generated ID is guaranteed to be monotonically
min(expr) – Returns the minimum value of `expr`. Platforms: WhereOS, Spark, Hive Class: org.apache.spark.sql.catalyst.expressions.aggregate.Min More
minhash(ANY item, array features [, constant string options]) – Returns n different k-depth signatures (i.e.,
minhashes(array features [, int numHashes, int keyGroup [, boolean noWeight]]) – Returns minhash values Platforms: