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
layer: HashedLayer<K, OrderedLayer<V, OrderedLeaf<T, R>>>
Where all the dataz is.
desc: Description<T>
Description of the update times this layer represents.