|
iceberg-cpp
|
StructLike wrapper for DataFile metadata. More...
#include <manifest_wrapper.h>
Public Member Functions | |
| DataFileStructLike (const DataFile &file) | |
| DataFileStructLike (const DataFileStructLike &)=delete | |
| DataFileStructLike & | operator= (const DataFileStructLike &)=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 DataFile &file) |
StructLike wrapper for DataFile metadata.
|
overridevirtual |
Get the field value at the given position.
| pos | The position of the field in the struct. |
Implements iceberg::StructLike.
|
overridevirtual |
Get the number of fields in the struct.
Implements iceberg::StructLike.