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