Struct differential_dataflow::trace::implementations::hash::HashKeyBatch
[−]
[src]
pub struct HashKeyBatch<K: HashOrdered, T: Lattice, R> { pub layer: HashedLayer<K, OrderedLeaf<T, R>>, pub desc: Description<T>, }
An immutable collection of update tuples, from a contiguous interval of logical times.
Fields
layer: HashedLayer<K, OrderedLeaf<T, R>>
Where all the dataz is.
desc: Description<T>
Description of the update times this layer represents.