iceberg-cpp
Loading...
Searching...
No Matches
Classes
arrow_array_wrapper.h File Reference
#include "iceberg/arrow_c_data.h"
#include "iceberg/row/struct_like.h"

Go to the source code of this file.

Classes

class  iceberg::ArrowArrayStructLike
 Wrapper for one row of a struct-typed ArrowArray. More...
 
class  iceberg::ArrowArrayArrayLike
 Wrapper for one row of a list-typed ArrowArray. More...
 
class  iceberg::ArrowArrayMapLike
 Wrapper for one row of a map-typed ArrowArray. More...
 

Detailed Description

Wrapper classes for ArrowArray that implement StructLike, ArrayLike, and MapLike interfaces for unified row-oriented data access from columnar ArrowArray data.