Function array_min

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