influxdb/influxql/query
WeblWabl a2f1b41363
fix: do not panic on invalid multiple subqueries (#26143) (#26162) (#26411)
2025-05-12 19:45:48 -05:00
..
internal build(flux): update flux to v0.196.1 (#26037) (#26386) 2025-05-09 12:25:22 -05: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) (#26410) 2025-05-12 17:53:14 -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) (#24998) 2024-05-14 12:32:40 -07:00
iterator.gen.go.tmpl fix: return MergeIterator.Close errors (#24975) (#24997) (#24998) 2024-05-14 12:32:40 -07:00
iterator.go fix: GROUP BY queries with offset that crosses a DST boundary fail. (#25082) (#25087) (#25089) 2024-06-25 11:33:02 -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) (#25089) 2024-06-25 11:33:02 -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) (#26411) 2025-05-12 19:45:48 -05:00
select_test.go fix: do not panic on invalid multiple subqueries (#26143) (#26162) (#26411) 2025-05-12 19:45:48 -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