influxdb/generated_types
Marco Neumann c3912e34e9
refactor: store per-file column set in catalog (#4908)
* refactor: store per-file column set in catalog

Together with the table-wide schema and the partition-wide sort key, this should
be everything we need to read a parquet file directly into memory
without peeking any file-level metadata.

The querier will use this to directly load parquet files into the read
buffer.

**WARNING: This requires a catalog wipe!**

Ref #4124.

* refactor: use proper `ColumnSet` type
2022-06-21 10:26:12 +00:00
..
protos refactor: store per-file column set in catalog (#4908) 2022-06-21 10:26:12 +00:00
src refactor: rename builder like predicate methods to be `with_` (#4808) 2022-06-09 11:26:03 +00:00
.gitignore feat: Check in generated WAL flatbuffers code 2021-03-22 09:38:59 -04:00
Cargo.toml feat: enable debugging of failed querier->ingester requests (#4659) 2022-05-23 15:37:31 +00:00
build.rs fix: Remove OG proto definitions 2022-05-06 11:50:03 -04:00