pub type PbMaterializeNode = MaterializeNode;
Expand description
Alias for MaterializeNode
.
Aliased Type§
struct PbMaterializeNode {
pub table_id: u32,
pub column_orders: Vec<ColumnOrder>,
pub table: Option<Table>,
}
Fields§
§table_id: u32
§column_orders: Vec<ColumnOrder>
Column indexes and orders of primary key.
table: Option<Table>
Used for internal table states.