Class ByteArraySource

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

public class ByteArraySource extends ArrayBackedColumnSource<T> implements MutableColumnSourceGetDefaults.ForByte
Simple array source for Byte.

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