pub type PbOverWindowNode = OverWindowNode;
Expand description
Alias for OverWindowNode
.
Aliased Type§
struct PbOverWindowNode {
pub calls: Vec<WindowFunction>,
pub partition_by: Vec<u32>,
pub order_by: Vec<ColumnOrder>,
pub state_table: Option<Table>,
pub cache_policy: i32,
}
Fields§
§calls: Vec<WindowFunction>
§partition_by: Vec<u32>
§order_by: Vec<ColumnOrder>
§state_table: Option<Table>
§cache_policy: i32