influxdb/query
davidby-influx 0090c5b111
fix: return correct count of ErrNotExecuted (#22273)
executeQuery() iterates over statements until each is
processed or if an error is encountered that causes
the loop to exit pre-maturely. It should return
ErrNotExecuted for each remaining statement in the
query

closes https://github.com/influxdata/influxdb/issues/19136
2021-08-24 11:27:10 -07:00
..
control test: compile time only needs testing once (#22123) 2021-08-09 16:58:07 -04:00
internal chore: update protobuf library versions and remove influx_tsm (#21882) 2021-07-20 09:42:52 -04:00
neldermead move RewriteStatement and neldermead to influxdb/query package 2017-10-30 10:24:15 -07:00
call_iterator.go feat(query): Hyper log log operators in influxql (#20603) 2021-02-08 08:38:14 -05:00
call_iterator_test.go Cleanup query package 2018-01-21 12:08:23 -08:00
cast.go Fix subquery functionality when a function references a tag from the subquery 2018-10-04 10:05:20 -05:00
compile.go fix: error instead of panic for statement rewrite failure (#21792) 2021-07-06 11:05:21 -04:00
compile_test.go fix: error instead of panic for statement rewrite failure (#21792) 2021-07-06 11:05:21 -04:00
cursor.go fix(fill): fill resets the previous value when a new series or window is encountered (#13459) 2019-04-18 10:44:15 -04:00
emitter.go Modify the Select call to return a Cursor 2018-03-09 12:47:41 -06:00
encode.go chore: Upgrade 1.x to the latest flux (#20767) 2021-03-03 16:24:49 -05:00
encode_test.go fix: tsi index should compact old or too-large log files (#21943) 2021-07-26 17:40:15 -04:00
execution_context.go fix: return correct count of ErrNotExecuted (#22273) 2021-08-24 11:27:10 -07:00
executor.go fix: return correct count of ErrNotExecuted (#22273) 2021-08-24 11:27:10 -07:00
executor_test.go fix: return correct count of ErrNotExecuted (#22273) 2021-08-24 11:27:10 -07:00
explain.go Modify the Select call to return a Cursor 2018-03-09 12:47:41 -06:00
functions.gen.go feat(query): Hyper log log operators in influxql (#20603) 2021-02-08 08:38:14 -05:00
functions.gen.go.tmpl feat(query): Hyper log log operators in influxql (#20603) 2021-02-08 08:38:14 -05:00
functions.go feat(query): Hyper log log operators in influxql (#20603) 2021-02-08 08:38:14 -05:00
functions_test.go feat(query): Hyper log log operators in influxql (#20603) 2021-02-08 08:38:14 -05:00
iterator.gen.go fix: group by returns multiple results per group in some circumstances (#21631) 2021-06-08 10:41:58 -04:00
iterator.gen.go.tmpl fix: group by returns multiple results per group in some circumstances (#21631) 2021-06-08 10:41:58 -04:00
iterator.go fix: do not panic on cleaning up failed iterators (#21666) 2021-06-11 11:28:59 -07:00
iterator_mapper.go Fix subquery functionality when a function references a tag from the subquery 2018-10-04 10:05:20 -05:00
iterator_mapper_test.go Strip tags from a subquery when the outer query does not group by that tag 2018-10-04 10:05:46 -05:00
iterator_test.go feat(query): Hyper log log operators in influxql (#20603) 2021-02-08 08:38:14 -05:00
linear.go Add unsigned iterators for all types 2017-09-18 15:09:10 -05:00
math.go Fix #10261 ABS(int64) 2018-09-11 21:53:44 +01:00
math_test.go Fix #10261 ABS(int64) 2018-09-11 21:53:44 +01:00
monitor.go Modify context key type 2018-10-16 11:25:33 +09:00
monitor_test.go Modify the Select call to return a Cursor 2018-03-09 12:47:41 -06:00
point.gen.go fix(query): address staticcheck warning S1020 (#18136) 2020-05-18 20:20:54 -04:00
point.gen.go.tmpl fix(query): address staticcheck warning S1020 (#18136) 2020-05-18 20:20:54 -04:00
point.go Update influxql so DataType constants are the type DataType 2017-11-07 18:34:53 -06:00
point_test.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
query.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
result.go influxdata/influxdb/influxql -> influxdata/influxql 2017-10-30 14:40:26 -07:00
select.go refactor: separate coarse and fine permission interfaces (#20996) 2021-03-22 09:52:33 -04:00
select_test.go feat(query): Hyper log log operators in influxql (#20603) 2021-02-08 08:38:14 -05:00
statement_rewriter.go feat: SHOW TAG VALUES should produce results from one specific RP (#21983) 2021-08-02 11:11:39 -07:00
statement_rewriter_test.go feat: SHOW TAG VALUES should produce results from one specific RP (#21983) 2021-08-02 11:11:39 -07:00
subquery.go Strip tags from a subquery when the outer query does not group by that tag 2018-10-04 10:05:46 -05:00
subquery_test.go refactor: separate coarse and fine permission interfaces (#20996) 2021-03-22 09:52:33 -04:00
task_manager.go chore: move context.Context to first argument in methods per convention 2021-02-23 12:52:44 -08:00
tmpldata Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00