//! Public-but-internal surface used by `dactyl_macros::query!`.
use crate;
/// Result of running the analyzer at runtime (or at compile time, depending
/// on the call site).
/// Run the analyzer on `query` and return the rewritten SQL plus the
/// construct list. Cheap; the macro emits this at compile time so the
/// runtime path remains allocation-light.