moving_avg

return the moving average of a time series for a given timewindow Platforms: WhereOS, Spark,

month

month(date) – Returns the month component of the date/timestamp. Platforms: WhereOS, Spark, Hive Class: org.apache.spark.sql.catalyst.expressions.Month

minkowski_distance

minkowski_distance(list x, list y, double p) – Returns sum(|x – y|^p)^(1/p) WITH docs as (

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