|
iceberg-cpp
|
Statistics for a partition field. More...
#include <partition_summary_internal.h>
Public Member Functions | |
| PartitionFieldStats (const std::shared_ptr< Type > &type) | |
| Status | Update (const Literal &value) |
| Update the partition field stats with a new partition field value. | |
| Result< PartitionFieldSummary > | Finish () const |
| Finish the partition field stats and produce the partition field summary. | |
| const std::shared_ptr< Type > & | type () const |
Statistics for a partition field.