//! Module: db::executor::aggregate::projection::decode
//! Responsibility: aggregate projection access to shared covering-index decode helpers.
//! Does not own: covering payload format or aggregate projection orchestration.
//! Boundary: aggregate projection imports this local wrapper instead of reaching through executor internals directly.
use crate::;
// Delegate aggregate covering decode through the shared executor-owned
// covering payload helper so aggregate and terminal lanes cannot drift on
// supported index component kinds.
pub