now

now() – Returns the current timestamp at the start of query evaluation. Platforms: WhereOS, Spark,

next_day

next_day(start_date, day_of_week) – Returns the first date which is later than `start_date` and named as

normalize_unicode

normalize_unicode(string str [, string form]) – Transforms `str` with the specified normalization form. The `form`

nanvl

nanvl(expr1, expr2) – Returns `expr1` if it’s not NaN, or `expr2` otherwise. Platforms: WhereOS, Spark,

ndcg

ndcg(array rankItems, array correctItems [, const int recommendSize = rankItems.size]) – Returns nDCG Platforms: WhereOS,

negative

negative(expr) – Returns the negated value of `expr`. Platforms: WhereOS, Spark, Hive Class: org.apache.spark.sql.catalyst.expressions.UnaryMinus More