Function array_max

Source
pub fn array_max<T: ToExpr>(col: T) -> Column
where Vec<T>: ToVecExpr,