//! Module: session::response
//! Responsibility: session-boundary response finalization helpers.
//! Does not own: public response DTO shape, cursor grammar, or executor runtime behavior.
//! Boundary: converts executor page carriers into public response envelopes.
pub use finalize_structural_grouped_projection_result;
pub use sql_grouped_cursor_from_bytes;
pub use finalize_scalar_paged_execution;