Class DoubleArraySource

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

public class DoubleArraySource extends ArrayBackedColumnSource<T> implements MutableColumnSourceGetDefaults.ForDouble
Simple array source for Double.

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