pub fn ancestors_of(
table_metadata: &TableMetadataRef,
snapshot_id: i64,
) -> impl Iterator<Item = SnapshotRef> + SendExpand description
Iterate starting from snapshot_id (inclusive) to the root snapshot.
pub fn ancestors_of(
table_metadata: &TableMetadataRef,
snapshot_id: i64,
) -> impl Iterator<Item = SnapshotRef> + SendIterate starting from snapshot_id (inclusive) to the root snapshot.