iceberg-cpp
Loading...
Searching...
No Matches
Public Member Functions | List of all members
iceberg::PartitionSummary Class Reference

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.
 

Detailed Description

Maintains statistics for each partition field and produces the partition field summaries.


The documentation for this class was generated from the following files: