Type Alias mz_compute::typedefs::RowAgent

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

Aliased Type§

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