// SPDX-License-Identifier: Apache-2.0
// Copyright 2024-2026 Dragonscale Team
//! Leaf modules extracted from `uni-query` to isolate them from the
//! planner/executor strongly-connected component.
//!
//! Editing any module here recompiles only this crate, not the 79k-LOC
//! `uni-query` SCC downstream. `uni-query` re-exports everything here so
//! downstream callers keep using `uni_query::query::<name>::*`.