pub fn max<'a, C>(col: C) -> Function<'a>where C: Into<Column<'a>>,
Calculates the maximum value of a numeric column.