//! Module: db::session::sql::projection
//! Responsibility: session-owned SQL projection labels and payload shaping
//! helpers used by SQL dispatch result construction.
//! Does not own: structural projection execution or row materialization.
//! Boundary: keeps outward SQL projection naming and payload types together.
pub use crate;