// SPDX-License-Identifier: BUSL-1.1
//! Coordinator-mediated data-movement engine.
//!
//! `gather` provides the single fan-out/gather primitive over all Data-Plane
//! cores. `resolve` provides the per-request plan resolver that materializes
//! catalog providers and resolves `Exchange` nodes before dispatch.
//! `streamable` provides the shared streaming-eligibility predicate used by the
//! lazy query sinks (pgwire fast path, native protocol, HTTP-NDJSON).
pub use ;
pub use ;
pub use ;