influxdb/query
Jonathan A. Sternberg 0a7f379768
Fixing the stream iterator to not ignore the error
The stream iterator would ignore an error that happened when reading
points. This may have caused it to potentially return an error that got
ignored and then to try invoking `Next()` on an iterator in an invalid
state and that iterator would then actually return a point which it
wasn't supposed to.

Also added some defensive coding to that same call to prevent a nil map
from being assigned to in the event of an invalid iterator returning
junk data.
2018-10-10 16:26:55 -05:00
..
internal Add technical analysis algorithms 2018-04-23 22:27:21 -04:00
neldermead
call_iterator.go rename "triple_exponential_average" -> "triple_exponential_derivative" 2018-05-16 19:40:12 -04:00
call_iterator_test.go Cleanup query package 2018-01-21 12:08:23 -08:00
cast.go Fix subquery functionality when a function references a tag from the subquery 2018-10-04 10:05:20 -05:00
compile.go Fix the derivative and others time ranges for aggregate data 2018-09-10 09:59:33 -05:00
compile_test.go Fix the derivative and others time ranges for aggregate data 2018-09-10 09:59:33 -05:00
cursor.go Merge pull request #9666 from influxdata/js-simplify-call-valuer 2018-04-02 11:47:41 -05:00
emitter.go Modify the Select call to return a Cursor 2018-03-09 12:47:41 -06:00
execution_context.go Turn the ExecutionContext into a context.Context 2018-03-08 14:03:20 -06:00
executor.go respect rp parameter in /query 2018-04-19 08:31:43 -07:00
executor_test.go Turn the ExecutionContext into a context.Context 2018-03-08 14:03:20 -06:00
explain.go Modify the Select call to return a Cursor 2018-03-09 12:47:41 -06:00
functions.gen.go
functions.gen.go.tmpl
functions.go Merge pull request #9860 from phemmer/ta-rename 2018-05-17 14:42:26 -05:00
functions_test.go
iterator.gen.go Fixing the stream iterator to not ignore the error 2018-10-10 16:26:55 -05:00
iterator.gen.go.tmpl Fixing the stream iterator to not ignore the error 2018-10-10 16:26:55 -05:00
iterator.go Strip tags from a subquery when the outer query does not group by that tag 2018-10-04 10:05:46 -05:00
iterator_mapper.go Fix subquery functionality when a function references a tag from the subquery 2018-10-04 10:05:20 -05:00
iterator_mapper_test.go Strip tags from a subquery when the outer query does not group by that tag 2018-10-04 10:05:46 -05:00
iterator_test.go Return the correct auxiliary values for top/bottom 2018-05-17 10:25:40 -05:00
linear.go
math.go Fix the log2 function to return values 2018-05-17 15:44:58 -05:00
math_test.go Fix the log2 function to return values 2018-05-17 15:44:58 -05:00
monitor.go Refactor the math engine to compile the query and use eval 2018-03-19 15:01:15 -05:00
monitor_test.go Modify the Select call to return a Cursor 2018-03-09 12:47:41 -06:00
point.gen.go Return the correct auxiliary values for top/bottom 2018-05-17 10:25:40 -05:00
point.gen.go.tmpl Return the correct auxiliary values for top/bottom 2018-05-17 10:25:40 -05:00
point.go Update influxql so DataType constants are the type DataType 2017-11-07 18:34:53 -06:00
point_test.go
query.go
result.go
select.go rename "triple_exponential_average" -> "triple_exponential_derivative" 2018-05-16 19:40:12 -04:00
select_test.go Fix the new top/bottom unit tests 2018-05-17 13:46:24 -05:00
statement_rewriter.go
statement_rewriter_test.go
subquery.go Strip tags from a subquery when the outer query does not group by that tag 2018-10-04 10:05:46 -05:00
subquery_test.go Strip tags from a subquery when the outer query does not group by that tag 2018-10-04 10:05:46 -05:00
task_manager.go Include the query task status in the QueryInfo struct 2018-04-26 08:17:41 -05:00
tmpldata