Class ShortArraySource

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

public class ShortArraySource extends ArrayBackedColumnSource<T> implements MutableColumnSourceGetDefaults.ForShort
Simple array source for Short.

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).