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

Where all the dataz is.

Description of the update times this layer represents.

Trait Implementations

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

[src]

Formats the value using the given formatter.