Type Alias mz_compute::typedefs::KeyAgent

source ·
pub type KeyAgent<K, T, R> = TraceAgent<Spine<Rc<OrdKeyBatch<MzStack<((K, ()), T, R)>>>, MergeBatcher<Vec<((K, ()), T, R)>, ColumnationChunker<((K, ()), T, R)>, ColumnationMerger<((K, ()), T, R)>, T>, RcBuilder<OrdKeyBuilder<MzStack<((K, ()), T, R)>, TimelyStack<((K, ()), T, R)>>>>>;

Aliased Type§

struct KeyAgent<K, T, R> { /* private fields */ }