influxdb/mutable_batch
Marco Neumann 2b76c31157
refactor: make statistics null counts optional (#4160)
Min/max values and distinct counts are already optional, so let's make
the null counts optional as well. This will be helpful for NG to deal w/
partial statistics (e.g. we only populate stats for the time column).

Note that the total count is still mandatory, but we normally have the
chunk/file-level row count at hand.
2022-03-29 17:47:57 +00:00
..
src refactor: make statistics null counts optional (#4160) 2022-03-29 17:47:57 +00:00
tests refactor: make statistics null counts optional (#4160) 2022-03-29 17:47:57 +00:00
Cargo.toml chore: Update deps: datafusion, arrow/arrow-flight/parquet to 11, zstd to 0.11 (#4119) 2022-03-24 15:27:36 +00:00