Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PartitionKey in datafusion::physical_expr::window - Rust
[go: Go Back, main page]

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