influxdb/iox_query_influxql
Stuart Carnie 9f5fec42b8
feat: Teach InfluxQL how to plan `LIMIT` and `OFFSET` with `GROUP BY` (#7447)
* feat: Support LIMIT and OFFSET with GROUP BY

* fix: Compile error

* chore: Improve function name and comment

* chore: rustfmt

* chore: fix clippy warnings

Allowing the too-many-arguments warning for project_select,
as it will require some refactoring after this PR has already
been reviewed. It may be refactored in the future when subqueries are
implemented
2023-04-05 23:01:56 +00:00
..
src feat: Teach InfluxQL how to plan `LIMIT` and `OFFSET` with `GROUP BY` (#7447) 2023-04-05 23:01:56 +00:00
Cargo.toml chore(deps): Bump serde_json from 1.0.94 to 1.0.95 (#7348) 2023-03-28 11:09:59 +00:00