|
iceberg-cpp
|
API for removing old snapshots from a table. More...
#include <cstdint>#include <functional>#include <memory>#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/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 |
Enumerations | |
| enum class | iceberg::CleanupLevel : uint8_t { kNone , kMetadataOnly , kAll } |
| An enum representing possible clean up levels used in snapshot expiration. More... | |
API for removing old snapshots from a table.
|
strong |
An enum representing possible clean up levels used in snapshot expiration.