risingwave_pb::stream_plan

Type Alias PbChangeLogNode

source
pub type PbChangeLogNode = ChangeLogNode;
Expand description

Alias for ChangeLogNode.

Aliased Type§

struct PbChangeLogNode {
    pub need_op: bool,
}

Fields§

§need_op: bool

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