risingwave_frontend::optimizer::plan_node

Module stream_table_scan

source

Structsยง

  • StreamTableScan is a virtual plan node to represent a stream table scan. It will be converted to stream scan + merge node (for upstream materialize) + batch table scan when converting to MView creation request.