Skip to main content

Module distributed_scan

Module distributed_scan 

Source
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§

DistributedScanExec
Physical plan unioning the local slice (its single child) with the rows pulled from each peer.
DistributedTableProvider
A TableProvider unioning a table’s node-local rows (via inner) with the rows pulled from every peer.