influxdb/query
Jonathan A. Sternberg 5a9553b2c4 Remove unused casting code from the query engine
Originally, casting was performed inside of the query engine especially
for call iterators. Currently, the engine takes care of all casting so
we just need to normalize the iterators types for type safety reasons
rather than actual functional reasons.

Removing this code. Cover coverage showed that it was not hit when run
against the actual server. I ran the tests package and got code coverage
of the query package while running the tests in that package.
2017-09-18 12:33:34 -05:00
..
internal Remove unused casting code from the query engine 2017-09-18 12:33:34 -05: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 Fix time constraints in subqueries from the refactor 2017-09-08 11:55:53 -05:00
compile_test.go Merge pull request #8771 from influxdata/js-restore-old-timerange-behavior 2017-09-14 12:00:50 -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 Include the number of scanned cached values in the iterator cost 2017-09-06 15:41:07 -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 Remove unused casting code from the query engine 2017-09-18 12:33:34 -05:00
iterator.gen.go.tmpl Remove unused casting code from the query engine 2017-09-18 12:33:34 -05:00
iterator.go Remove unused casting code from the query engine 2017-09-18 12:33:34 -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 Remove unused casting code from the query engine 2017-09-18 12:33:34 -05: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