fn dispatch_threshold_arrangement_local<G, L>(
    oks: &MzArrangement<G>,
    name: &str,
    logic: L,
) -> MzArrangement<G>
where G: Scope, G::Timestamp: Lattice + Columnation, L: Fn(&Diff) -> bool + 'static,
Expand description

Dispatches according to existing type-specialization to an appropriate threshold computation resulting in another type-specialized arrangement.