Module stream_table_scan

Source

Structsยง

StreamTableScan
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.