//! Runtime statistics collection for adaptive query feedback.
//!//! This module exposes `RuntimeStatsCollector`, `QueryExecutionStats`, and
//! `PatternStats` for recording per-query execution data and feeding it back
//! to the optimizer.
pubmodruntime_stats;pubuseruntime_stats::{PatternStats, QueryExecutionStats, RuntimeStatsCollector};