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

Define base APIs for snapshot updates. More...

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

Go to the source code of this file.

Classes

class  iceberg::SnapshotUpdate
 API for table changes that produce snapshots. More...
 
struct  iceberg::SnapshotUpdate::ApplyResult
 Result of applying a snapshot update. More...
 
struct  iceberg::SnapshotUpdate::ContentFileWithSequenceNumber
 

Namespaces

namespace  iceberg
 Core Apache Iceberg C++ APIs.
 

Detailed Description

Define base APIs for snapshot updates.