Skip to main content

split_combined_batch_by_region

Function split_combined_batch_by_region 

Source
fn split_combined_batch_by_region(
    combined_batch: &RecordBatch,
    partition_rule: &dyn PartitionRule,
) -> Result<HashMap<u32, RegionMask>>