96689e661e
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. |
||
---|---|---|
.. | ||
config.go | ||
config_test.go | ||
meta_client.go | ||
meta_client_test.go | ||
points_writer.go | ||
points_writer_internal_test.go | ||
points_writer_test.go | ||
shard_mapper.go | ||
shard_mapper_test.go | ||
statement_executor.go | ||
statement_executor_test.go |