//! Module: executor::stream::access
//! Responsibility: physical access-plan traversal into ordered key streams.
//! Does not own: logical planning decisions or post-access row semantics.
//! Boundary: exclusive executor path for store/index iteration.
pub use AccessScanContinuationInput;
pub use ;
pub use ;
pub use TraversalRuntime;