Type Alias mz_storage::source::types::StackedCollection

source ·
pub type StackedCollection<G, T> = Collection<G, T, Diff, StackWrapper<(T, <G as ScopeParent>::Timestamp, Diff)>>;

Aliased Type§

struct StackedCollection<G, T> {
    pub inner: StreamCore<G, StackWrapper<(T, <G as ScopeParent>::Timestamp, i64)>>,
    /* private fields */
}

Fields§

§inner: StreamCore<G, StackWrapper<(T, <G as ScopeParent>::Timestamp, i64)>>

The underlying timely dataflow stream.

This field is exposed to support direct timely dataflow manipulation when required, but it is not intended to be the idiomatic way to work with the collection.