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 toMView
creation 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.