Function mz_repr::stats2::numeric_stats_from_column
source ยท pub fn numeric_stats_from_column(col: &BinaryArray) -> ColumnStatKinds
Expand description
Take the smallest / largest numeric values for a numeric col. TODO: use the float data for this instead if it becomes a performance bottleneck.