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