Type Alias PbMaterializeNode

Source
pub type PbMaterializeNode = 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.