Struct differential_dataflow::trace::implementations::ord::OrdValBuilder [] [src]

pub struct OrdValBuilder<K: Ord + HashOrdered, V: Ord, T: Ord + Lattice, R: Diff> { /* fields omitted */ }

A builder for creating layers from unsorted update tuples.

Trait Implementations

impl<K, V, T, R> Builder<K, V, T, R, Rc<OrdValBatch<K, V, T, R>>> for OrdValBuilder<K, V, T, R> where
    K: Ord + Clone + HashOrdered + 'static,
    V: Ord + Clone + 'static,
    T: Lattice + Ord + Clone + Debug + 'static,
    R: Diff
[src]

[src]

Allocates an empty builder.

[src]

Allocates an empty builder with some capacity.

[src]

Adds an element to the batch.

[src]

Completes building and returns the batch.

[src]

Adds an ordered sequence of elements to the batch.