|
iceberg-cpp
|
ArrayLike wrapper for a vector of PartitionFieldSummary. More...
#include <manifest_wrapper.h>
Public Member Functions | |
| PartitionFieldSummaryArrayLike (const std::vector< PartitionFieldSummary > &summaries) | |
| PartitionFieldSummaryArrayLike (const PartitionFieldSummaryArrayLike &)=delete | |
| PartitionFieldSummaryArrayLike & | operator= (const PartitionFieldSummaryArrayLike &)=delete |
| 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. | |
| void | Reset (const std::vector< PartitionFieldSummary > &summaries) |
ArrayLike wrapper for a vector of PartitionFieldSummary.
|
overridevirtual |
Get the array element at the given position.
| pos | The position of the element in the array. |
Implements iceberg::ArrayLike.
|
inlineoverridevirtual |
Get the number of elements in the array.
Implements iceberg::ArrayLike.