pub fn max_(expr: Expr) -> Expr
Create a MAX(expr) expression. Named max_ to avoid conflict with std::cmp::max.
MAX(expr)
max_
std::cmp::max