influxdb/influxql/query
Daniel Moran 00afd95cb7
refactor: automated move of errors and id from root to kit (#21101)
Co-authored-by: Sam Arnold <sarnold@influxdata.com>
2021-03-30 14:10:02 -04:00
..
internal build: fix 'go generate' and regenerate the universe (#21089) 2021-03-30 10:32:14 -04: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 chore(tsdb): Initial commit of tsdb package 2020-08-03 09:17:23 -07: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): rewrite regex conditions in subqueries (#20882) 2021-03-15 13:04:38 -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 feat(influxql): rewrite regex conditions in subqueries (#20882) 2021-03-15 13:04:38 -04: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 refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -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 chore(tsdb): Initial commit of tsdb package 2020-08-03 09:17:23 -07:00
functions.gen.go.tmpl chore(tsdb): Initial commit of tsdb package 2020-08-03 09:17:23 -07:00
functions.go feat(influxql): Initial implementation of InfluxQL query engine 2020-08-14 12:37:30 -07:00
functions_test.go chore(tsdb): Initial commit of tsdb package 2020-08-03 09:17:23 -07:00
iterator.gen.go chore(influxdb): Placate the linter. 2020-08-27 15:46:32 -04:00
iterator.gen.go.tmpl chore(influxdb): Placate the linter. 2020-08-27 15:46:32 -04:00
iterator.gen_test.go chore(influxql): Update to latest influxql master-1.x 2020-08-13 11:02:40 -07:00
iterator.go refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -04: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(influxql): Prevent extra output row from GROUP BY crossing DST boundary (#20539) 2021-01-19 08:33:24 -08:00
linear.go chore(tsdb): Initial commit of tsdb package 2020-08-03 09:17:23 -07: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 feat(influxql): Initial implementation of InfluxQL query engine 2020-08-14 12:37:30 -07:00
point.gen.go.tmpl feat(influxql): Initial implementation of InfluxQL query engine 2020-08-14 12:37:30 -07:00
point.go fix: correct various typos (#19987) 2020-11-11 13:54:21 -05:00
point_test.go chore(tsdb): Initial commit of tsdb package 2020-08-03 09:17:23 -07:00
proxy_executor.go refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -04:00
query.go chore(tsdb): Initial commit of tsdb package 2020-08-03 09:17:23 -07: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 refactor: move v2/v1/models to v2/models 2020-08-03 09:20:51 -07:00
select.go refactor: automated move of errors and id from root to kit (#21101) 2021-03-30 14:10:02 -04:00
select_test.go feat(influxql): Initial implementation of InfluxQL query engine 2020-08-14 12:37:30 -07:00
statement_rewriter.go chore(influxql): Update to latest influxql master-1.x 2020-08-13 11:02:40 -07:00
statement_rewriter_test.go chore(tsdb): Initial commit of tsdb package 2020-08-03 09:17:23 -07: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