pub fn least(args: Vec<Expr>) -> Expr
Returns least(args...), which evaluates to the smallest value in the list of expressions or NULL if all the expressions are NULL
least(args...)