ancestors_between

Function ancestors_between 

Source
pub fn ancestors_between(
    table_metadata: &TableMetadataRef,
    latest_snapshot_id: i64,
    oldest_snapshot_id: Option<i64>,
) -> impl Iterator<Item = SnapshotRef> + Send
Expand description

Iterate starting from latest_snapshot_id (inclusive) to oldest_snapshot_id (exclusive).