influxdb/influxdb_influxql_parser
Stuart Carnie 2dddda7c33
refactor: InfluxQL parser improvements (#7403)
* chore: Simplify insta snapshots

* chore: Extract struct-like enums to structs

This is in line with DataFusion, which also represents many of its
expression types as struct. The change permits explicit visit
methods for these new types.

These changes will be used by rewriting and visitors to treat the
types, such as Call as an atomic unit that can be replaced.
2023-04-02 21:41:49 +00:00
..
src refactor: InfluxQL parser improvements (#7403) 2023-04-02 21:41:49 +00:00
Cargo.toml refactor: InfluxQL parser improvements (#7403) 2023-04-02 21:41:49 +00:00