pub fn implement<T, I, S>(
name: &str,
scope: &mut S,
context: &mut I,
) -> Result<(HashMap<String, Collection<S, Vec<Value>, isize>>, ShutdownHandle), Error>
Expand description
Takes a query plan and turns it into a differential dataflow.