influxdb/query/internal
Jonathan A. Sternberg df7a660fb3 Modify the Select call to return a Cursor
The Cursor returned will be capable of scanning rows into a structure.
It replaces part of the function for why the Emitter existed. The
Emitter would both join the resulting rows and then transform the values
into a models.Row so it could be returned to the results.

In the future, we will be able to use the Cursor directly to write out
values which should be more memory efficient.
2018-03-09 12:47:41 -06:00
..
internal.pb.go Modify the Select call to return a Cursor 2018-03-09 12:47:41 -06:00
internal.proto Pass through SystemIterator in PB 2017-11-08 19:57:16 +00:00