//! Module: db::query::intent::order
//! Responsibility: module-local ownership and contracts for db::query::intent::order.
//! Does not own: cross-module orchestration outside this module.
//! Boundary: exposes this module API while keeping implementation details internal.
use crate;
/// Helper to append an ordering field while preserving existing order spec.
pub