pub fn facet_map<I, It, Q, P>(ops: It) -> FacetMap<I, Q, P>where
    Q: Eq + Hash + Clone,
    It: IntoIterator<Item = (Q, P)>,
Expand description

Create an operator that apply different operators to the same input, and return the collections of outputs as its output.