Type Alias datafusion::physical_expr::window::PartitionBatches
source · pub type PartitionBatches = IndexMap<Vec<ScalarValue, Global>, PartitionBatchState, RandomState>;
Expand description
The IndexMap (i.e. an ordered HashMap) where record batches are separated for each partition.