influxdb/query/influxql/spectests
Jonathan A. Sternberg dd56c23343
fix(query/influxql): update transpiler for moved/renamed code (#13740)
The `databases()` function was moved into the `influxdata/influxdb/v1`
package and so it wouldn't work anymore. The `percentile()` call was
changed to `quantile()` and the argument was changed to `q`. This also
updates `median()` to use `median()` since we now produce AST's and not
the spec so we can use the `median()` definition instead.
2019-05-09 11:22:32 -05: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 fix(query/influxql): update transpiler for moved/renamed code (#13740) 2019-05-09 11:22:32 -05:00
show_retention_policies.go fix(query/influxql): update transpiler for moved/renamed code (#13740) 2019-05-09 11:22:32 -05: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 fix(query): fix misc tests with new master Flux 2019-04-18 10:51:35 -06:00
testing.go refactor(query/influxql): modify the transpiler interface to produce an AST (#11662) 2019-02-06 10:18:33 -06:00