influxdb/coordinator
Jonathan A. Sternberg 96689e661e Move query engine code from the statement executor to the query engine
The statement rewriting logic should be in the query engine as part of
preparing a query. This creates a shard mapper interface that the query
engine expects and then passes it to the query engine instead of
requiring the query to be preprocessed before being input into the query
engine. This interface is (mostly) the same as the old interface, just
moved to a different package.
2017-08-23 10:07:30 -05: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 initial fga work 2017-05-26 13:16:27 -07:00
meta_client_test.go initial fga work 2017-05-26 13:16:27 -07:00
points_writer.go Merge pull request #8481 from influxdata/jw-subscriber 2017-06-13 15:55:43 -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 Merge pull request #8481 from influxdata/jw-subscriber 2017-06-13 15:55:43 -06:00
shard_mapper.go Move query engine code from the statement executor to the query engine 2017-08-23 10:07:30 -05:00
shard_mapper_test.go Move query engine code from the statement executor to the query engine 2017-08-23 10:07:30 -05:00
statement_executor.go Move query engine code from the statement executor to the query engine 2017-08-23 10:07:30 -05:00
statement_executor_test.go Separate the query engine into a separate package 2017-08-16 13:38:43 -05:00