//! Vector distance-metric AST leaf (ADR 0053, RQL Phase 2 S4b).
//!
//! [`DistanceMetric`] is referenced by the canonical SQL AST
//! (`CreateVectorQuery.metric`, `SearchCommand` metric slots). Only the metric
//! *enum* lives here — the SIMD-accelerated distance computations stay in the
//! server engine (`storage::engine::distance`), which keeps a re-export shim.
/// Distance metric types supported by vector operations