//! Module: db::executor::scan
//! Responsibility: fast-path scan execution helpers and route dispatch for PK/secondary/range streams.
//! Does not own: route-planner eligibility derivation or post-access materialization policy.
//! Boundary: executes pre-validated scan routes and returns ordered key streams.
pub use ;