Type Alias PbArrangeNode

Source
pub type PbArrangeNode = ArrangeNode;

Aliased Type§

struct PbArrangeNode {
    pub table_info: Option<ArrangementInfo>,
    pub distribution_key: Vec<u32>,
    pub table: Option<Table>,
}

Fields§

§table_info: Option<ArrangementInfo>

Info about the arrangement

§distribution_key: Vec<u32>

Hash key of the materialize node, which is a subset of pk.

§table: Option<Table>

Used for internal table states.