fn prune_bundle<'scope, T: RenderTimestamp>(
bundle: &CollectionBundle<'scope, T>,
raw: bool,
keys: &BTreeSet<Vec<LirScalarExpr>>,
) -> CollectionBundle<'scope, T>Expand description
Retains only the collections of bundle a delta path reads: the arrangements keyed by keys,
and the raw collection if raw. Every other collection is dropped.