influxdb/coordinator
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
..
config.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00
config_test.go Remove old cluster config options 2016-05-11 12:59:30 -06:00
meta_client.go Merge branch 'master' into ah-truncate-shards 2017-11-28 17:25:31 -07:00
meta_client_test.go Merge branch 'master' into ah-truncate-shards 2017-11-28 17:25:31 -07:00
points_writer.go Update logging calls to take advantage of structured logging 2018-02-20 10:04:19 -06:00
points_writer_internal_test.go Fixes issue with point hitting wrong shard 2016-10-19 21:06:29 +01:00
points_writer_test.go Cleanup remaining packages 2018-01-21 12:08:25 -08:00
shard_mapper.go Support WHERE time clause in SHOW TAG VALUES 2017-11-06 19:15:01 +00:00
shard_mapper_test.go Support WHERE time clause in SHOW TAG VALUES 2017-11-06 19:15:01 +00:00
statement_executor.go Modify the Select call to return a Cursor 2018-03-09 12:47:41 -06:00
statement_executor_test.go Rename some of the structs and interfaces in the query package 2018-03-02 09:44:12 -06:00