influxdb/compactor
Marco Neumann 169fa2fb2f refactor: make `QueryChunk` object-safe
This makes it way easier to dyn-type database implementations. The only
real change is that we make `QueryChunk::Error` opaque. Nobody is going
to inspect that anyways, it's just printed to the user.

This is a follow-up of #4053.

Ref #3934.
2022-03-18 11:40:31 +01:00
..
src refactor: make `QueryChunk` object-safe 2022-03-18 11:40:31 +01:00
Cargo.toml feat: Implement the compact function for NG Compactor (#4001) 2022-03-11 20:25:19 +00:00