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

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

[src]

Formats the value using the given formatter.