Function mz_repr::stats2::fixed_stats_from_column

source ยท
pub fn fixed_stats_from_column(
    col: &FixedSizeBinaryArray,
    kind: FixedSizeBytesStatsKind,
) -> ColumnStatKinds
Expand description

Return the stats for a fixed-size bytes column, defaulting to an appropriate value if no values are present.