|
iceberg-cpp
|
Maintains statistics for each partition field and produces the partition field summaries. More...
#include <partition_summary_internal.h>
Public Member Functions | |
| PartitionSummary (std::vector< PartitionFieldStats > field_stats) | |
| Create a PartitionSummary with the given field stats. | |
| PartitionSummary (const StructType &partition_type) | |
| Create a PartitionSummary for the given partition type. | |
| Status | Update (const PartitionValues &partition_values) |
| Update the partition summary with partition values. | |
| Result< std::vector< PartitionFieldSummary > > | Summaries () const |
| Get the list of partition field summaries. | |
Maintains statistics for each partition field and produces the partition field summaries.