|
|
| SimpleMapLike (std::vector< Scalar > keys, std::vector< Scalar > values) |
| |
| Result< Scalar > | GetKey (size_t pos) const override |
| | Get the key at the given position.
|
| |
| Result< Scalar > | GetValue (size_t pos) const override |
| | Get the value at the given position.
|
| |
| size_t | size () const override |
| | Get the number of entries in the map.
|
| |
◆ GetKey()
| Result< Scalar > iceberg::SimpleMapLike::GetKey |
( |
size_t |
pos | ) |
const |
|
inlineoverridevirtual |
Get the key at the given position.
- Parameters
-
| pos | The position of the key in the map. |
Implements iceberg::MapLike.
◆ GetValue()
| Result< Scalar > iceberg::SimpleMapLike::GetValue |
( |
size_t |
pos | ) |
const |
|
inlineoverridevirtual |
Get the value at the given position.
- Parameters
-
| pos | The position of the value in the map. |
Implements iceberg::MapLike.
◆ size()
| size_t iceberg::SimpleMapLike::size |
( |
| ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file:
- iceberg/test/struct_like_set_test.cc