66047f4372
* feat: InfluxQL learns how to plan some queries Also added a means to test the planner and execution * chore: Update module docs * chore: Document the planner functions * chore: Update end_to_end_cases crate * chore: Clarify why `SLIMIT` and `SOFFSET` return `NotImplemented` * chore: Address lint issues * chore: Fix rustdoc link issue * chore: Remove InfluxQL tests from query_tests crate Will follow conventions established by @carols10cents when new query_tests crate is merged. * chore: `now` field `now` is a DataFusion built-in scalar function * chore: remove unused code * chore: Add additional arithmetic expression tests * chore: Establish pattern for identifying and tracking InfluxQL issues * chore: Add tests for case sensitivity issues * chore: group tests into modules and functions This avoids mass rewriting of insta snapshots as new tests are added to each function. When tests are added in the middle, existing snapshots are renamed (-N+1, -N+2, etc) resulting in having to review numerous additional snapshots. |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
build.rs |