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

StructLike wrapper for PartitionFieldSummary. More...

#include <manifest_wrapper.h>

Inheritance diagram for iceberg::PartitionFieldSummaryStructLike:
iceberg::StructLike

Public Member Functions

 PartitionFieldSummaryStructLike (const PartitionFieldSummary &summary)
 
 PartitionFieldSummaryStructLike (const PartitionFieldSummaryStructLike &)=delete
 
PartitionFieldSummaryStructLikeoperator= (const PartitionFieldSummaryStructLike &)=delete
 
Result< ScalarGetField (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)
 

Detailed Description

StructLike wrapper for PartitionFieldSummary.

Member Function Documentation

◆ GetField()

Result< Scalar > iceberg::PartitionFieldSummaryStructLike::GetField ( size_t  pos) const
overridevirtual

Get the field value at the given position.

Parameters
posThe position of the field in the struct.

Implements iceberg::StructLike.

◆ num_fields()

size_t iceberg::PartitionFieldSummaryStructLike::num_fields ( ) const
inlineoverridevirtual

Get the number of fields in the struct.

Implements iceberg::StructLike.


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