pub type PartitionBatches = IndexMap<PartitionKey, PartitionBatchState, RandomState>;Expand description
The IndexMap (i.e. an ordered HashMap) where record batches are separated for each partition.
Aliased Typeยง
pub struct PartitionBatches { /* private fields */ }