Structsยง
- Stream
Table Scan StreamTableScanis 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 toMViewcreation request.
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.