influxdb/service_grpc_influxrpc
Marco Neumann b982ee180e
refactor: remove `QueryChunk::column_names` ()
This interface was once specially implemented by the RUB. The only
actual implementation of it is within the querier that just forwards it
to a simple schema scan. Lift this semantic to `iox_query_influxrpc`
instead so all the chunks can use it.

If we ever want to optimize this again, we should use `QueryChunk::data`
instead (i.e. instead of implementing it within the chunk it should use
the data method and do something smart based on that).

First half of .
2023-06-29 13:43:10 +00:00
..
src refactor: remove `QueryChunk::column_names` () 2023-06-29 13:43:10 +00:00
tests refactor: remove `procspawn` () 2023-06-14 11:09:37 +00:00
Cargo.toml chore(deps): Bump tokio from 1.28.2 to 1.29.0 () 2023-06-28 13:18:08 +00:00