Function max

Source
pub fn max<'a, C>(col: C) -> Function<'a>
where C: Into<Column<'a>>,
Expand description

Calculates the maximum value of a numeric column.