influxdb/query/influxql/spectests
Jonathan A. Sternberg 8b20b52f51
refactor(query/influxql): modify the transpiler interface to produce an AST (#11662)
This refactors everything to generate and use a flux AST when
transpiling an influxql query. This also updates the spectests so they
use flux instead of writing out the AST and compare the resulting
AST's.
2019-02-06 10:18:33 -06:00
..
aggregates.go refactor(query/influxql): modify the transpiler interface to produce an AST (#11662) 2019-02-06 10:18:33 -06:00
aggregates_with_condition.go refactor(query/influxql): modify the transpiler interface to produce an AST (#11662) 2019-02-06 10:18:33 -06:00
aggregates_with_groupby.go refactor(query/influxql): modify the transpiler interface to produce an AST (#11662) 2019-02-06 10:18:33 -06:00
aggregates_with_window.go refactor(query/influxql): modify the transpiler interface to produce an AST (#11662) 2019-02-06 10:18:33 -06:00
aggregates_with_window_offset.go refactor(query/influxql): modify the transpiler interface to produce an AST (#11662) 2019-02-06 10:18:33 -06:00
doc.go docs(query): add package docs for the packages in the query package 2018-08-13 15:21:02 -05:00
multiple_aggregates.go refactor(query/influxql): modify the transpiler interface to produce an AST (#11662) 2019-02-06 10:18:33 -06:00
multiple_statements.go refactor(query/influxql): modify the transpiler interface to produce an AST (#11662) 2019-02-06 10:18:33 -06:00
raw.go refactor(query/influxql): modify the transpiler interface to produce an AST (#11662) 2019-02-06 10:18:33 -06:00
raw_with_condition.go refactor(query/influxql): modify the transpiler interface to produce an AST (#11662) 2019-02-06 10:18:33 -06:00
raw_with_regex_condition.go refactor(query/influxql): modify the transpiler interface to produce an AST (#11662) 2019-02-06 10:18:33 -06:00
retention_policy.go refactor(query/influxql): modify the transpiler interface to produce an AST (#11662) 2019-02-06 10:18:33 -06:00
selectors.go refactor(query/influxql): modify the transpiler interface to produce an AST (#11662) 2019-02-06 10:18:33 -06:00
show_databases.go refactor(query/influxql): modify the transpiler interface to produce an AST (#11662) 2019-02-06 10:18:33 -06:00
show_retention_policies.go refactor(query/influxql): modify the transpiler interface to produce an AST (#11662) 2019-02-06 10:18:33 -06:00
show_tag_values.go refactor(query/influxql): modify the transpiler interface to produce an AST (#11662) 2019-02-06 10:18:33 -06:00
show_tag_values_in_list.go refactor(query/influxql): modify the transpiler interface to produce an AST (#11662) 2019-02-06 10:18:33 -06:00
show_tag_values_multiple_measurements.go refactor(query/influxql): modify the transpiler interface to produce an AST (#11662) 2019-02-06 10:18:33 -06:00
testing.go refactor(query/influxql): modify the transpiler interface to produce an AST (#11662) 2019-02-06 10:18:33 -06:00