risingwave_frontend::optimizer::plan_node

Module convert

source

Macrosยง

Structsยง

Traitsยง

  • ToBatch allows to convert a logical plan node to batch physical node with an optional required order.
  • ToDistributedBatch allows to convert a batch physical plan to distributed batch plan, by insert exchange node, with an optional required order and distributed.
  • Converts a batch physical plan to local plan for local execution.
  • ToStream converts a logical plan node to streaming physical node with an optional required distribution.

Functionsยง