Expand description
Pull-path distributed table scan that unions every node’s local rows.
Gated on cluster because it pulls in the cross-node query client.
Pull-path distributed scan: each node holds only its vnode-owned slice of an
MV result, so a SELECT unions the local slice with every peer’s.
Structs§
- Distributed
Scan Exec - Physical plan unioning the local slice (its single child) with the rows pulled from each peer.
- Distributed
Table Provider - A
TableProviderunioning a table’s node-local rows (viainner) with the rows pulled from every peer.