influxdb/parquet_file
Dom Dwyer a142a9eb57 refactor: remove row_count from IoxMetadata
Remove the redundant row_count from the IoxMetadata structure that is
serialised into the Parquet file.

The reasoning is twofold:

    * The Parquet file's native metadata already contains a row count
    * Needing to know the number of rows up-front precludes streaming
2022-05-23 16:18:35 +01:00
..
src refactor: remove row_count from IoxMetadata 2022-05-23 16:18:35 +01:00
tests refactor: remove row_count from IoxMetadata 2022-05-23 16:18:35 +01:00
Cargo.toml feat: streaming RecordBatch -> parquet encoding 2022-05-20 15:09:26 +01:00