iceberg-cpp
Loading...
Searching...
No Matches
Public Member Functions | List of all members
iceberg::SimpleArrayLike Class Reference
Inheritance diagram for iceberg::SimpleArrayLike:
iceberg::ArrayLike

Public Member Functions

 SimpleArrayLike (std::vector< Scalar > elements)
 
Result< ScalarGetElement (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.
 

Member Function Documentation

◆ GetElement()

Result< Scalar > iceberg::SimpleArrayLike::GetElement ( size_t  pos) const
inlineoverridevirtual

Get the array element at the given position.

Parameters
posThe position of the element in the array.

Implements iceberg::ArrayLike.

◆ size()

size_t iceberg::SimpleArrayLike::size ( ) const
inlineoverridevirtual

Get the number of elements in the array.

Implements iceberg::ArrayLike.


The documentation for this class was generated from the following file: