Class FloatArraySource

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

public class FloatArraySource extends ArrayBackedColumnSource<T> implements MutableColumnSourceGetDefaults.ForFloat
Simple array source for Float.

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