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