Module iceberg_rust::spec::snapshot

source ·
Expand description

Snapshots

Structs§

  • A snapshot represents the state of a table at some time and is used to access the complete set of data files in the table.
  • Builder for Snapshot.
  • Iceberg tables keep track of branches and tags using snapshot references.
  • Summarises the changes in the snapshot.

Enums§

  • The operation field is used by some operations, like snapshot expiration, to skip processing certain snapshots.
  • Error type for SnapshotBuilder
  • The snapshot expiration procedure removes snapshots from table metadata and applies the table’s retention policy.

Statics§

Functions§