iceberg-cpp
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
expire_snapshots.h File Reference

API for removing old snapshots from a table. More...

#include <cstdint>
#include <functional>
#include <memory>
#include <optional>
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <vector>
#include "iceberg/iceberg_export.h"
#include "iceberg/result.h"
#include "iceberg/type_fwd.h"
#include "iceberg/update/pending_update.h"
#include "iceberg/util/executor.h"
#include "iceberg/util/timepoint.h"

Go to the source code of this file.

Classes

class  iceberg::ExpireSnapshots
 API for removing old snapshots from a table. More...
 
struct  iceberg::ExpireSnapshots::ApplyResult
 

Namespaces

namespace  iceberg
 Core Apache Iceberg C++ APIs.
 

Enumerations

enum class  iceberg::CleanupLevel : uint8_t { iceberg::kNone , iceberg::kMetadataOnly , iceberg::kAll }
 An enum representing possible clean up levels used in snapshot expiration. More...
 

Detailed Description

API for removing old snapshots from a table.