Skip to main content

max

Function max 

Source
pub fn max<C: ColumnKey>(
    _column: Column<C>,
) -> Keyed<Agg<Max, C>, Cons<C::Table, Nil>, <C::Sql as WrapNullable<MaybeNull>>::Output>
Expand description

max(column). NULL over zero rows.