|
iceberg-cpp
|
StructLike wrapper for PartitionFieldSummary. More...
#include <manifest_wrapper.h>
Public Member Functions | |
| PartitionFieldSummaryStructLike (const PartitionFieldSummary &summary) | |
| PartitionFieldSummaryStructLike (const PartitionFieldSummaryStructLike &)=delete | |
| PartitionFieldSummaryStructLike & | operator= (const PartitionFieldSummaryStructLike &)=delete |
| Result< Scalar > | GetField (size_t pos) const override |
| Get the field value at the given position. | |
| size_t | num_fields () const override |
| Get the number of fields in the struct. | |
| void | Reset (const PartitionFieldSummary &summary) |
StructLike wrapper for PartitionFieldSummary.
|
overridevirtual |
Get the field value at the given position.
| pos | The position of the field in the struct. |
Implements iceberg::StructLike.
|
inlineoverridevirtual |
Get the number of fields in the struct.
Implements iceberg::StructLike.