Get invited to our slack community and get access to opportunities and data science insights

Blog

minute

minute(timestamp) – Returns the minute component of the string/timestamp. Platforms: WhereOS, Spark, Hive Class: org.apache.spark.sql.catalyst.expressions.Minute

mod

expr1 mod expr2 – Returns the remainder after `expr1`/`expr2`. Platforms: WhereOS, Spark, Hive Class: org.apache.spark.sql.catalyst.expressions.Remainder

monotonically_increasing_id

monotonically_increasing_id() – Returns monotonically increasing 64-bit integers. The generated ID is guaranteed to be monotonically

min

min(expr) – Returns the minimum value of `expr`. Platforms: WhereOS, Spark, Hive Class: org.apache.spark.sql.catalyst.expressions.aggregate.Min More

minhash

minhash(ANY item, array features [, constant string options]) – Returns n different k-depth signatures (i.e.,

minhashes

minhashes(array features [, int numHashes, int keyGroup [, boolean noWeight]]) – Returns minhash values Platforms: