influxdb/influxql/query
Martin Hilton f7703b1316
build(flux): update flux to v0.197.0 (#26564)
* build(flux): update flux to v0.197.0

* chore: update github.com/apache/arrow-go

The new version of flux uses an updated arrow version. Update the
version used throughout influxdb to match.

* fix: staticcheck

Regenerate the protobuf implementations to avoid deprecation warnings
from staticcheck.

* fix: lint

Use the version of protoc-gen-go from the linked protobuf module. This
is to ensure the generated protobuf files are compatible with the
module.

* fix: lint

* fix: lint
2025-06-27 14:15:21 +01:00
..
internal build(flux): update flux to v0.197.0 (#26564) 2025-06-27 14:15:21 +01:00
mocks feat(influxql): Initial implementation of InfluxQL query engine 2020-08-14 12:37:30 -07:00
neldermead chore(tsdb): Initial commit of tsdb package 2020-08-03 09:17:23 -07:00
call_iterator.go feat(influxql): Add hyper log log operators (#22322) 2021-08-30 15:46:46 -04:00
call_iterator_test.go chore(tsdb): Initial commit of tsdb package 2020-08-03 09:17:23 -07:00
cast.go chore(tsdb): Initial commit of tsdb package 2020-08-03 09:17:23 -07:00
compile.go feat(influxql): Add hyper log log operators (#22322) 2021-08-30 15:46:46 -04:00
compile_internal_test.go feat(influxql): rewrite regex conditions in subqueries (#20882) 2021-03-15 13:04:38 -04:00
compile_test.go chore: upgrade to influxdata/influxql v1.2.0 (#24764) (#26155) 2025-03-17 18:52:30 -05:00
cursor.go chore(tsdb): Initial commit of tsdb package 2020-08-03 09:17:23 -07:00
emitter.go refactor: move v2/v1/models to v2/models 2020-08-03 09:20:51 -07:00
execution_context.go feat(influxql): Initial implementation of InfluxQL query engine 2020-08-14 12:37:30 -07:00
executor.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
executor_test.go feat(influxql): Initial implementation of InfluxQL query engine 2020-08-14 12:37:30 -07:00
explain.go feat(influxql): Initial implementation of InfluxQL query engine 2020-08-14 12:37:30 -07:00
functions.gen.go feat(influxql): Add hyper log log operators (#22322) 2021-08-30 15:46:46 -04:00
functions.gen.go.tmpl feat(influxql): Add hyper log log operators (#22322) 2021-08-30 15:46:46 -04:00
functions.go chore: fix typo in functions.go (#24133) 2023-03-09 12:40:17 -05:00
functions_test.go test: skip HoltWinters tests when GOARCH != amd64 (#22414) 2021-09-07 16:15:31 -04:00
iterator.gen.go fix: return MergeIterator.Close errors (#24975) (#24997) 2024-05-13 18:26:15 -07:00
iterator.gen.go.tmpl fix: return MergeIterator.Close errors (#24975) (#24997) 2024-05-13 18:26:15 -07:00
iterator.go fix: GROUP BY queries with offset that crosses a DST boundary fail. (#25082) (#25087) 2024-06-24 13:40:04 -07:00
iterator_mapper.go chore(tsdb): Initial commit of tsdb package 2020-08-03 09:17:23 -07:00
iterator_mapper_test.go chore(tsdb): Initial commit of tsdb package 2020-08-03 09:17:23 -07:00
iterator_test.go fix: GROUP BY queries with offset that crosses a DST boundary fail. (#25082) (#25087) 2024-06-24 13:40:04 -07:00
linear.go chore: remove duplicate word in comments (#23685) 2022-09-13 11:00:52 -05:00
math.go chore(tsdb): Initial commit of tsdb package 2020-08-03 09:17:23 -07:00
math_test.go chore(tsdb): Initial commit of tsdb package 2020-08-03 09:17:23 -07:00
point.gen.go build: upgrade protobuf library (#22654) 2021-11-02 16:00:54 -05:00
point.gen.go.tmpl build: upgrade protobuf library (#22654) 2021-11-02 16:00:54 -05:00
point.go build: upgrade protobuf library (#22654) 2021-11-02 16:00:54 -05:00
point_test.go chore(tsdb): Initial commit of tsdb package 2020-08-03 09:17:23 -07:00
proxy_executor.go fix: more expressive errors (#22448) 2021-09-13 15:12:35 -04:00
query.go build: upgrade protobuf library (#22654) 2021-11-02 16:00:54 -05:00
response.go feat(influxql): Initial implementation of InfluxQL query engine 2020-08-14 12:37:30 -07:00
response_writer.go fix(influxql): set correct Content-Type on v1 query responses (#20565) 2021-01-22 07:31:52 -08:00
result.go chore: remove unused member from TagSet (#22930) 2021-11-24 14:43:50 -05:00
select.go fix: do not panic on invalid multiple subqueries (#26143) (#26162) 2025-03-19 11:38:17 -05:00
select_test.go fix: do not panic on invalid multiple subqueries (#26143) (#26162) 2025-03-19 11:38:17 -05:00
statement_rewriter.go fix: Optimize SHOW FIELD KEY CARDINALITY (#23886) 2022-11-09 14:51:41 -05:00
statement_rewriter_test.go fix: Optimize SHOW FIELD KEY CARDINALITY (#23886) 2022-11-09 14:51:41 -05:00
subquery.go chore(tsdb): Initial commit of tsdb package 2020-08-03 09:17:23 -07:00
subquery_test.go feat(influxql): Initial implementation of InfluxQL query engine 2020-08-14 12:37:30 -07:00
tmpldata chore(tsdb): Initial commit of tsdb package 2020-08-03 09:17:23 -07:00