iceberg-cpp
Loading...
Searching...
No Matches
Classes
manifest_merge_manager.h File Reference
#include <cstdint>
#include <functional>
#include <memory>
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <vector>
#include "iceberg/iceberg_export.h"
#include "iceberg/manifest/manifest_list.h"
#include "iceberg/manifest/manifest_writer.h"
#include "iceberg/result.h"
#include "iceberg/type_fwd.h"

Go to the source code of this file.

Classes

class  iceberg::ManifestMergeManager
 Merges small manifests into larger ones using greedy bin-packing. More...
 
struct  iceberg::ManifestMergeManager::MergedManifestCache::Key
 
struct  iceberg::ManifestMergeManager::MergedManifestCache::KeyHash
 

Detailed Description

Merges small manifests into fewer larger ones according to table properties.