iceberg-cpp
Loading...
Searching...
No Matches
Classes
manifest_adapter_internal.h File Reference
#include <memory>
#include <optional>
#include <unordered_map>
#include <vector>
#include "iceberg/arrow_c_data.h"
#include "iceberg/result.h"
#include "iceberg/type_fwd.h"

Go to the source code of this file.

Classes

class  iceberg::ManifestAdapter
 Base class for appending manifest metadata to Arrow arrays. More...
 
class  iceberg::ManifestEntryAdapter
 Adapter for appending a list of ManifestEntrys to an ArrowArray. Implemented by different versions with version-specific schemas. More...
 
class  iceberg::ManifestFileAdapter
 Adapter for appending a list of ManifestFiles to an ArrowArray. Implemented by different versions with version-specific schemas. More...
 

Detailed Description

Base class for adapters handling v1/v2/v3/v4 manifest metadata.