months_between(timestamp1, timestamp2[, roundOff]) – If `timestamp1` is later than `timestamp2`, then the result is positive.
return the moving average of a time series for a given timewindow Platforms: WhereOS, Spark,
minkowski_distance(list x, list y, double p) – Returns sum(|x – y|^p)^(1/p) WITH docs as (
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