Structs§
- AggPlan
- Validated
GROUP BYplan: canonical group columns + resolved aggregations. - AggSpec
- One resolved aggregation, ready for SQL emission.
- Aggregation
- A single aggregation in a
group_byquery. - Count
Request - Body for
POST /api/datasets/{name}/count. Predicates are optional — an empty body (or{}) counts every row in the dataset. - OrderBy
- A single
ORDER BYclause entry. - Predicate
- Query
Request