influxdb/query
Sam Arnold de1a0eb2a9
feat: use count_hll for 'show series cardinality' queries (#20745)
Closes: https://github.com/influxdata/influxdb/issues/20614

Also fix nil pointer for seriesKey iterator

Fix for bug in: https://github.com/influxdata/influxdb/issues/20543

Also add a test for ingress metrics
2021-02-10 16:00:16 -05:00
..
internal chore: run goimports -w ./ 2021-01-29 11:40:02 -05: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 feat(query): Hyper log log operators in influxql (#20603) 2021-02-08 08:38:14 -05:00
compile_test.go fix(query/compile.go): time range was exceeding min/max bounds under certain conditions 2019-08-14 09:59:17 -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
execution_context.go Modify context key type 2018-10-16 11:25:33 +09:00
executor.go fix: address static check warning s1039 (#18135) 2020-05-18 13:55:05 -04:00
executor_test.go Turn the ExecutionContext into a context.Context 2018-03-08 14:03:20 -06: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 improvement(query): performance improvement for sorted merge iterator 2020-04-20 21:06:45 +08:00
iterator.gen.go.tmpl improvement(query): performance improvement for sorted merge iterator 2020-04-20 21:06:45 +08:00
iterator.gen_test.go improvement(query): performance improvement for sorted merge iterator 2020-04-20 21:06:45 +08:00
iterator.go feat(query): Hyper log log operators in influxql (#20603) 2021-02-08 08:38:14 -05: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 feat(query): Hyper log log operators in influxql (#20603) 2021-02-08 08:38:14 -05: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: use count_hll for 'show series cardinality' queries (#20745) 2021-02-10 16:00:16 -05:00
statement_rewriter_test.go feat: use count_hll for 'show series cardinality' queries (#20745) 2021-02-10 16:00:16 -05: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 Subquery ordering with aggregates in descending mode was wrong 2019-07-17 09:55:38 -05:00
task_manager.go Include the query task status in the QueryInfo struct 2018-04-26 08:17:41 -05:00
tmpldata Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00