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

pub struct OrdValBatch<K: Ord + HashOrdered, V: Ord, T: Lattice, R> {
    pub layer: OrderedLayer<K, OrderedLayer<V, OrderedLeaf<T, R>>>,
    pub desc: Description<T>,
}

An immutable collection of update tuples, from a contiguous interval of logical times.

Fields

Where all the dataz is.

Description of the update times this layer represents.

Trait Implementations

impl<K: Debug + Ord + HashOrdered, V: Debug + Ord, T: Debug + Lattice, R: Debug> Debug for OrdValBatch<K, V, T, R>
[src]

[src]

Formats the value using the given formatter.