b982ee180e
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 #8096. |
||
---|---|---|
.. | ||
chunk.rs | ||
lib.rs | ||
metadata.rs | ||
serialize.rs | ||
storage.rs | ||
writer.rs |