influxdb/influxdb_iox
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 refactor(cli): Simplify namespace update-limit command code 2023-04-05 15:25:37 +01:00
tests 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 object_store from 0.5.5 to 0.5.6 (#7433) 2023-04-04 08:43:34 +00:00
build.rs feat: Add support for data-driven InfluxQL tests (#6830) 2023-02-03 12:56:37 +00:00