Class IntColumnSourceRowRedirection<CST extends ColumnSource<Integer>>

java.lang.Object
io.deephaven.engine.table.impl.util.IntColumnSourceRowRedirection<CST>
All Implemented Interfaces:
ChunkSource<RowKeys>, ChunkSource.WithPrev<RowKeys>, FillContextMaker, GetContextMaker, DefaultChunkSource<RowKeys>, DefaultChunkSource.WithPrev<RowKeys>, FillUnordered<RowKeys>, RowRedirection
Direct Known Subclasses:
IntColumnSourceWritableRowRedirection

public class IntColumnSourceRowRedirection<CST extends ColumnSource<Integer>> extends Object implements RowRedirection
RowRedirection implementation that wraps a ColumnSource of ints.