MCPcopy Create free account
hub / github.com/comnik/declarative-dataflow / tuples

Method tuples

src/lib.rs:539–548  ·  view source on GitHub ↗
(
        self,
        _nested: &mut Iterative<'a, G, u64>,
        _context: &mut I,
    )

Source from the content-addressed store, hash-verified

537 I: ImplContext<G::Timestamp>,
538{
539 fn tuples(
540 self,
541 _nested: &mut Iterative<'a, G, u64>,
542 _context: &mut I,
543 ) -> (
544 Collection<Iterative<'a, G, u64>, Vec<Value>, isize>,
545 ShutdownHandle,
546 ) {
547 (self.tuples, ShutdownHandle::empty())
548 }
549
550 fn projected(
551 self,

Callers 5

implementFunction · 0.80
implement_neuFunction · 0.80
implementMethod · 0.80
implementMethod · 0.80
implementMethod · 0.80

Calls 2

projectedMethod · 0.80
variablesMethod · 0.45

Tested by

no test coverage detected