Skip to main content

PbChangeLogNode

Type Alias PbChangeLogNode 

Source
pub type PbChangeLogNode = ChangeLogNode;

Aliased Type§

pub struct PbChangeLogNode {
    pub need_op: bool,
    pub distribution_keys: Vec<u32>,
    pub stream_keys: Vec<u32>,
    pub mode: Option<Mode>,
}

Fields§

§need_op: bool

Whether or not there is an op in the final output.

§distribution_keys: Vec<u32>§stream_keys: Vec<u32>§mode: Option<Mode>