Function collect_statistics_with_live_columns

Source
pub fn collect_statistics_with_live_columns(
    row_groups: &[RowGroupMetadata],
    schema: &Schema<Field>,
    live_columns: &IndexSet<PlSmallStr, RandomState>,
    row_index: Option<(&PlSmallStr, u32)>,
) -> Result<Vec<Option<ArrowColumnStatisticsArrays>>, PolarsError>
Expand description

Collect the statistics in a row-group