|
iceberg-cpp
|
Wrapper for one row of a list-typed ArrowArray. More...
#include <arrow_array_wrapper.h>
Public Member Functions | |
| 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. | |
| Status | Reset (int64_t row_index) |
| Status | Reset (const ArrowArray &array, int64_t row_index=0) |
| ArrowArrayArrayLike (const ArrowArrayArrayLike &other)=delete | |
| ArrowArrayArrayLike & | operator= (const ArrowArrayArrayLike &other)=delete |
Static Public Member Functions | |
| static Result< std::unique_ptr< ArrowArrayArrayLike > > | Make (const ArrowSchema &schema, const ArrowArray &array, int64_t row_index=0) |
Wrapper for one row of a list-typed ArrowArray.
Get the array element at the given position.
| pos | The position of the element in the array. |
Implements iceberg::ArrayLike.
|
overridevirtual |
Get the number of elements in the array.
Implements iceberg::ArrayLike.