iceberg-cpp
Loading...
Searching...
No Matches
iceberg::SnapshotUtil Member List

This is the complete list of members for iceberg::SnapshotUtil, including all inherited members.

AncestorIdsBetween(const Table &table, int64_t latest_snapshot_id, const std::optional< int64_t > &oldest_snapshot_id)iceberg::SnapshotUtilstatic
AncestorsBetween(const Table &table, int64_t latest_snapshot_id, std::optional< int64_t > oldest_snapshot_id)iceberg::SnapshotUtilstatic
AncestorsBetween(const TableMetadata &metadata, int64_t latest_snapshot_id, std::optional< int64_t > oldest_snapshot_id)iceberg::SnapshotUtilstatic
AncestorsOf(const Table &table, int64_t snapshot_id)iceberg::SnapshotUtilstatic
AncestorsOf(const TableMetadata &metadata, int64_t snapshot_id)iceberg::SnapshotUtilstatic
AncestorsOf(int64_t snapshot_id, const std::function< Result< std::shared_ptr< Snapshot > >(int64_t)> &lookup)iceberg::SnapshotUtilstatic
CurrentAncestorIds(const Table &table)iceberg::SnapshotUtilstatic
CurrentAncestors(const Table &table)iceberg::SnapshotUtilstatic
CurrentAncestors(const TableMetadata &metadata)iceberg::SnapshotUtilstatic
GenerateSnapshotId()iceberg::SnapshotUtilstatic
GenerateSnapshotId(const TableMetadata &metadata)iceberg::SnapshotUtilstatic
IsAncestorOf(const Table &table, int64_t ancestor_snapshot_id)iceberg::SnapshotUtilstatic
IsAncestorOf(const TableMetadata &metadata, int64_t ancestor_snapshot_id)iceberg::SnapshotUtilstatic
IsAncestorOf(const Table &table, int64_t snapshot_id, int64_t ancestor_snapshot_id)iceberg::SnapshotUtilstatic
IsAncestorOf(const TableMetadata &metadata, int64_t snapshot_id, int64_t ancestor_snapshot_id)iceberg::SnapshotUtilstatic
IsAncestorOf(int64_t snapshot_id, int64_t ancestor_snapshot_id, const std::function< Result< std::shared_ptr< Snapshot > >(int64_t)> &lookup)iceberg::SnapshotUtilstatic
IsParentAncestorOf(const Table &table, int64_t snapshot_id, int64_t ancestor_parent_snapshot_id)iceberg::SnapshotUtilstatic
IsParentAncestorOf(const TableMetadata &metadata, int64_t snapshot_id, int64_t ancestor_parent_snapshot_id)iceberg::SnapshotUtilstatic
IsParentAncestorOf(int64_t snapshot_id, int64_t ancestor_parent_snapshot_id, const std::function< Result< std::shared_ptr< Snapshot > >(int64_t)> &lookup)iceberg::SnapshotUtilstatic
LatestSnapshot(const Table &table, const std::string &branch)iceberg::SnapshotUtilstatic
LatestSnapshot(const TableMetadata &metadata, const std::string &branch)iceberg::SnapshotUtilstatic
OldestAncestor(const Table &table)iceberg::SnapshotUtilstatic
OldestAncestorAfter(const Table &table, TimePointMs timestamp_ms)iceberg::SnapshotUtilstatic
OldestAncestorOf(const Table &table, int64_t snapshot_id)iceberg::SnapshotUtilstatic
OldestAncestorOf(const TableMetadata &metadata, int64_t snapshot_id)iceberg::SnapshotUtilstatic
OptionalLatestSnapshot(const TableMetadata &metadata, const std::string &branch)iceberg::SnapshotUtilstatic
OptionalSnapshotIdAsOfTime(const Table &table, TimePointMs timestamp_ms)iceberg::SnapshotUtilstatic
SchemaFor(const Table &table, int64_t snapshot_id)iceberg::SnapshotUtilstatic
SchemaFor(const Table &table, TimePointMs timestamp_ms)iceberg::SnapshotUtilstatic
SchemaFor(const Table &table, const std::string &ref)iceberg::SnapshotUtilstatic
SchemaFor(const TableMetadata &metadata, const std::string &ref)iceberg::SnapshotUtilstatic
SnapshotAfter(const Table &table, int64_t snapshot_id)iceberg::SnapshotUtilstatic
SnapshotIdAsOfTime(const Table &table, TimePointMs timestamp_ms)iceberg::SnapshotUtilstatic
SnapshotIdAsOfTime(const TableMetadata &metadata, TimePointMs timestamp_ms)iceberg::SnapshotUtilstatic
SnapshotIdsBetween(const Table &table, int64_t from_snapshot_id, int64_t to_snapshot_id)iceberg::SnapshotUtilstatic