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

StructLike wrapper for ManifestFile. More...

#include <manifest_wrapper.h>

Inheritance diagram for iceberg::ManifestFileStructLike:
iceberg::StructLike

Public Member Functions

 ManifestFileStructLike (const ManifestFile &file)
 
 ManifestFileStructLike (const ManifestFileStructLike &)=delete
 
ManifestFileStructLikeoperator= (const ManifestFileStructLike &)=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 ManifestFile &file)
 

Detailed Description

StructLike wrapper for ManifestFile.

Member Function Documentation

◆ GetField()

Result< Scalar > iceberg::ManifestFileStructLike::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::ManifestFileStructLike::num_fields ( ) const
overridevirtual

Get the number of fields in the struct.

Implements iceberg::StructLike.


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