risingwave_frontend::optimizer::plan_node

Module logical_share

source

Structsยง

  • LogicalShare operator is used to represent reusing of existing operators. It is the key operator for DAG plan. It could have multiple parents which makes it different from other operators. Currently, it has been used to the following scenarios: