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