Jonathan A. Sternberg
03ad7a4e40
Move the integerReduceSliceFloatIterator to call_iterator.go
...
It matches more in functionality to the functions in call_iterator.go
than iterator.go. iterator.go mostly has base iterators and
call_iterator.go has iterators related to functional calls, which is
the only time integerReduceSliceFloatIterator is used.
2016-02-10 09:40:26 -07:00
Jonathan A. Sternberg
fa79aae584
Expanding test coverage for the influxql/iterator.go
...
SortedMergeIterator is now tested and all of the IteratorOptions methods
are now tested explicitly for functionality.
2016-02-10 09:40:26 -07:00
Ben Johnson
b8918a780c
integer support
2016-02-10 09:40:25 -07:00
Jonathan A. Sternberg
be22097338
Reset the iterator duration to zero when no interval is used
2016-02-10 09:40:25 -07:00
Ben Johnson
00806de9b8
refactor query engine
2016-02-10 09:40:25 -07:00
Ben Johnson
0ad9c31169
simple derivative
2016-02-10 09:40:24 -07:00
Ben Johnson
60b051ee88
LIMIT/OFFSET
2016-02-10 09:40:24 -07:00
Ben Johnson
036382ee20
SLIMIT/SOFFSET
2016-02-10 09:40:24 -07:00
Ben Johnson
cde973f409
refactor query engine
2016-02-10 09:40:24 -07:00