Class IntegerArraySource

All Implemented Interfaces:
ChunkSink<Values>, ChunkSource<Values>, ChunkSource.WithPrev<Values>, ColumnSource<Integer>, ElementSource<Integer>, FillContextMaker, GetContextMaker, ColumnSourceGetDefaults.ForInt, DefaultChunkSource<Values>, DefaultChunkSource.WithPrev<Values>, MutableColumnSource<Integer>, MutableColumnSourceGetDefaults.ForInt, ChunkedBackingStoreExposedWritableSource, DeferredGroupingColumnSource<Integer>, FillUnordered<Values>, InMemoryColumnSource, ShiftData.ShiftCallback, Releasable, TupleExporter<Integer>, TupleSource<Integer>, WritableColumnSource<Integer>, WritableSourceWithPrepareForParallelPopulation

public class IntegerArraySource extends ArrayBackedColumnSource<T> implements MutableColumnSourceGetDefaults.ForInt
Simple array source for Integer.

The C-haracterArraySource is replicated to all other types with io.deephaven.engine.table.impl.sources.Replicate.

(C-haracter is deliberately spelled that way in order to prevent Replicate from altering this very comment).