influxdb/mutable_batch/tests
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
..
extend.rs refactor: make statistics null counts optional (#4160) 2022-03-29 17:47:57 +00:00
extend_range.rs refactor: make statistics null counts optional (#4160) 2022-03-29 17:47:57 +00:00
writer.rs refactor: make statistics null counts optional (#4160) 2022-03-29 17:47:57 +00:00
writer_drop.rs fix: rollback new columns for failed writes (#2930) 2021-10-21 14:39:29 +00:00
writer_fuzz.rs refactor: make statistics null counts optional (#4160) 2022-03-29 17:47:57 +00:00