datafusion_physical_expr::window

Type Alias PartitionKey

Source
pub type PartitionKey = Vec<ScalarValue>;
Expand description

Key for IndexMap for each unique partition

For instance, if window frame is OVER(PARTITION BY a,b), PartitionKey would consist of unique [a,b] pairs

Aliased Typeยง

struct PartitionKey { /* private fields */ }