Struct differential_dataflow::trace::implementations::hash::HashValBatch [] [src]

pub struct HashValBatch<K: HashOrdered, V: Ord, T: Lattice, R: Diff> {
    pub layer: HashedLayer<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 + HashOrdered, V: Debug + Ord, T: Debug + Lattice, R: Debug + Diff> Debug for HashValBatch<K, V, T, R>
[src]

[src]

Formats the value using the given formatter.