pub type PbChangeLogNode = ChangeLogNode;
pub struct PbChangeLogNode { pub need_op: bool, pub distribution_keys: Vec<u32>, }
need_op: bool
Whether or not there is an op in the final output.
distribution_keys: Vec<u32>