Expand description
SQL builder for aggregate specifications.
Ports the logic from Kyomi’s transformSQLBuilder.js to Rust.
Generates DataFusion-compatible SQL from AggregateSpec.
Functions§
- build_
aggregate_ sql - Build a complete SQL query from an
AggregateSpec.