Function greatest

Source
pub fn greatest(args: Vec<Expr>) -> Expr
Expand description

Returns greatest(args...), which evaluates to the greatest value in the list of expressions or NULL if all the expressions are NULL