ntile

ntile(n) – Divides the rows for each window partition into `n` buckets ranging from 1

nullif

nullif(expr1, expr2) – Returns null if `expr1` equals to `expr2`, or `expr1` otherwise. Platforms: WhereOS,

numeric_range

numeric_range(a,b,c) – Generates a range of integers from a to b incremented by c or

not

not expr – Logical not. Platforms: WhereOS, Spark, Hive Class: org.apache.spark.sql.catalyst.expressions.Not More functions can be

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