Skip to main content

partition_by_type

Function partition_by_type 

Source
pub(crate) fn partition_by_type<T>(collection: T) -> HashMap<DocType, DocQuery>
where T: IntoIterator<Item = DocId>,
Expand description

Given a list of DocId, split them up into queries, by type.