influxdb/parquet_file/src
Marco Neumann b982ee180e
refactor: remove `QueryChunk::column_names` (#8109)
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.
2023-06-29 13:43:10 +00:00
..
chunk.rs refactor: remove `QueryChunk::column_names` (#8109) 2023-06-29 13:43:10 +00:00
lib.rs fix: Borrow transition partition ID when possible 2023-06-22 09:01:22 -04:00
metadata.rs feat: Add a new hash column on the partition and parquet file tables 2023-06-22 09:01:22 -04:00
serialize.rs fix: Remove partition ID from the metadata serialized into Parquet files (#7947) 2023-06-08 14:03:21 +00:00
storage.rs fix: Borrow transition partition ID when possible 2023-06-22 09:01:22 -04:00
writer.rs chore: Update DataFusion, arrow, object_store pins (#7942) 2023-06-07 17:08:31 +00:00