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