|
iceberg-cpp
|
Iceberg file format metrics. More...
#include <metrics.h>
Public Attributes | |
| std::optional< int64_t > | row_count |
| std::unordered_map< int32_t, int64_t > | column_sizes |
| std::unordered_map< int32_t, int64_t > | value_counts |
| std::unordered_map< int32_t, int64_t > | null_value_counts |
| std::unordered_map< int32_t, int64_t > | nan_value_counts |
| std::unordered_map< int32_t, Literal > | lower_bounds |
| std::unordered_map< int32_t, Literal > | upper_bounds |
Iceberg file format metrics.