influxdb/query
Jonathan A. Sternberg 50d404e690 Initial implementation of explain plan
It prints the statistics of each iterator that will access the storage
engine. For each access of the storage engine, it will print the number
of shards that will potentially be accessed, the number of files that
may be accessed, the number of series that will be created, the number
of blocks, and the size of those blocks.
2017-09-01 09:01:10 -05:00
..
internal Use system cursors for measurement, series, and tag key meta queries. 2017-08-30 08:35:20 -06:00
call_iterator.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
call_iterator_test.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
cast.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
compile.go Force subqueries to match the parent queries ordering 2017-08-28 15:57:40 -05:00
compile_test.go Force subqueries to match the parent queries ordering 2017-08-28 15:57:40 -05:00
emitter.go Use system cursors for measurement, series, and tag key meta queries. 2017-08-30 08:35:20 -06:00
emitter_test.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
explain.go Initial implementation of explain plan 2017-09-01 09:01:10 -05:00
functions.gen.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
functions.gen.go.tmpl Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
functions.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
functions_test.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
iterator.gen.go Ensure that sorted heaps are merged correctly 2017-08-23 17:21:24 +01:00
iterator.gen.go.tmpl Ensure that sorted heaps are merged correctly 2017-08-23 17:21:24 +01:00
iterator.go Initial implementation of explain plan 2017-09-01 09:01:10 -05:00
iterator_mapper.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
iterator_mapper_test.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
iterator_test.go Use system cursors for measurement, series, and tag key meta queries. 2017-08-30 08:35:20 -06:00
linear.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
monitor.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
point.gen.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
point.gen.go.tmpl Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
point.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05: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
query_executor.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
query_executor_test.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
result.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
select.go Initial implementation of explain plan 2017-09-01 09:01:10 -05:00
select_test.go Initial implementation of explain plan 2017-09-01 09:01:10 -05:00
subquery.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
task_manager.go cleanup: remove poor usage of ',ok' with maps 2017-08-30 09:49:31 -04:00
tmpldata Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00