|
iceberg-cpp
|
StructLike wrapper for ManifestFile. More...
#include <manifest_wrapper.h>
Public Member Functions | |
| ManifestFileStructLike (const ManifestFile &file) | |
| ManifestFileStructLike (const ManifestFileStructLike &)=delete | |
| ManifestFileStructLike & | operator= (const ManifestFileStructLike &)=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 ManifestFile &file) |
StructLike wrapper for ManifestFile.
|
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.