influxdb/server
Marco Neumann 77f6153f72
refactor: remove `QueryDatabase::chunk_summaries` (#3977)
- This is not used by the query engine at all.
- The query engine should not care about ALL chunks but only about the
  chunks it gets via `QueryDatabase::chunks` (which includes a table
  name and a predicate).
- All other users of that API are NOT really query-related.
2022-03-08 11:34:26 +00:00
..
src refactor: remove `QueryDatabase::chunk_summaries` (#3977) 2022-03-08 11:34:26 +00:00
tests refactor: remove `QueryDatabase::chunk_summaries` (#3977) 2022-03-08 11:34:26 +00:00
Cargo.toml chore: remove uneeded dependencies (#3929) 2022-03-04 17:39:46 +00:00