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