ancestors_of

Function ancestors_of 

Source
pub fn ancestors_of(
    table_metadata: &TableMetadataRef,
    snapshot_id: i64,
) -> impl Iterator<Item = SnapshotRef> + Send
Expand description

Iterate starting from snapshot_id (inclusive) to the root snapshot.