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: boolWhether or not there is an op in the final output.
distribution_keys: Vec<u32>§stream_keys: Vec<u32>§mode: Option<Mode>