mito2::sst::parquet::row_selection

Function intersect_row_selections

Source
pub(crate) fn intersect_row_selections(
    a: Option<RowSelection>,
    b: Option<RowSelection>,
) -> Option<RowSelection>
Expand description

Intersects two RowSelections.