//! Function classification and argument handling.
//!
//! This module provides wrappers around generated function data from
//! `specs/dialect-semantics/`. For dialect-aware queries, use the
//! generated module directly via `crate::generated`.
use crategenerated;
// Re-export generated function classification helpers
pub use is_aggregate_function;
/// Information about an aggregate function call found in an expression.
pub