|
|
| SimpleArrayLike (std::vector< Scalar > elements) |
| |
| Result< Scalar > | GetElement (size_t pos) const override |
| | Get the array element at the given position.
|
| |
| size_t | size () const override |
| | Get the number of elements in the array.
|
| |
◆ GetElement()
| Result< Scalar > iceberg::SimpleArrayLike::GetElement |
( |
size_t |
pos | ) |
const |
|
inlineoverridevirtual |
Get the array element at the given position.
- Parameters
-
| pos | The position of the element in the array. |
Implements iceberg::ArrayLike.
◆ size()
| size_t iceberg::SimpleArrayLike::size |
( |
| ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file:
- iceberg/test/struct_like_set_test.cc