Class IntColumnSourceWritableRowRedirection

java.lang.Object
io.deephaven.engine.table.impl.util.IntColumnSourceRowRedirection<WritableColumnSource<Integer>>
io.deephaven.engine.table.impl.util.IntColumnSourceWritableRowRedirection
All Implemented Interfaces:
ChunkSink<RowKeys>, ChunkSource<RowKeys>, ChunkSource.WithPrev<RowKeys>, FillContextMaker, GetContextMaker, DefaultChunkSource<RowKeys>, DefaultChunkSource.WithPrev<RowKeys>, FillUnordered<RowKeys>, RowRedirection, WritableRowRedirection

public final class IntColumnSourceWritableRowRedirection extends IntColumnSourceRowRedirection<WritableColumnSource<Integer>> implements WritableRowRedirection
WritableRowRedirection implementation that wraps a WritableColumnSource of ints.