iceberg-cpp
Loading...
Searching...
No Matches
Public Member Functions | List of all members
iceberg::FailingStructLike Class Reference
Inheritance diagram for iceberg::FailingStructLike:
iceberg::StructLike

Public Member Functions

 FailingStructLike (size_t num_fields)
 
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.
 

Member Function Documentation

◆ GetField()

Result< Scalar > iceberg::FailingStructLike::GetField ( size_t  pos) const
inlineoverridevirtual

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::FailingStructLike::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 file: