Enum dataflow::render::reduce::ArrangementOrCollection[][src]

enum ArrangementOrCollection<G> where
    G: Scope,
    G::Timestamp: Lattice
{ Arrangement(Arranged<G, TraceAgent<OrdValSpine<Row, Row, <G as ScopeParent>::Timestamp, Diff, usize>>>), Collection(Collection<G, Row>), }
Expand description

A type wrapping either an arrangement or a single collection.

Variants

Arrangement(Arranged<G, TraceAgent<OrdValSpine<Row, Row, <G as ScopeParent>::Timestamp, Diff, usize>>>)

Tuple Fields

Wrap an arrangement

Collection(Collection<G, Row>)

Tuple Fields

0: Collection<G, Row>

Wrap a collection

Implementations

Convert to a CollectionBundle by either supplying the arrangement or construction from collections.

  • key_arity - The number of columns in the key. Only used for arrangement variants.
  • err_input - A collection containing the error stream.

Trait Implementations

Performs the conversion.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more