Type Alias datafusion::physical_expr::window::PartitionBatches

source ·
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 */ }