pub fn greatest(args: Vec<Expr>) -> Expr
Available on crate feature
core_expressions
only.Expand description
Returns greatest(args...)
, which evaluates to the greatest value in the list of expressions or NULL if all the expressions are NULL