pub type PartitionBatches = IndexMap<PartitionKey, PartitionBatchState>;
Expand description

The IndexMap (i.e. an ordered HashMap) where record batches are separated for each partition.