|
|
| SimpleStructLike (std::vector< Scalar > fields) |
| |
| 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 | SetField (size_t pos, Scalar value) |
| |
◆ GetField()
| Result< Scalar > iceberg::SimpleStructLike::GetField |
( |
size_t |
pos | ) |
const |
|
inlineoverridevirtual |
Get the field value at the given position.
- Parameters
-
| pos | The position of the field in the struct. |
Implements iceberg::StructLike.
◆ num_fields()
| size_t iceberg::SimpleStructLike::num_fields |
( |
| ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file:
- iceberg/test/struct_like_set_test.cc