Class LongSparseArraySource

All Implemented Interfaces:
ChunkSink<Values>, ChunkSource<Values>, ChunkSource.WithPrev<Values>, ColumnSource<Long>, ElementSource<Long>, FillContextMaker, GetContextMaker, ColumnSourceGetDefaults.ForLong, ColumnSourceGetDefaults.LongBacked<Long>, DefaultChunkSource<Values>, DefaultChunkSource.WithPrev<Values>, MutableColumnSource<Long>, MutableColumnSourceGetDefaults.ForLong, MutableColumnSourceGetDefaults.LongBacked<Long>, ConvertibleTimeSource, DeferredGroupingColumnSource<Long>, FillUnordered<Values>, InMemoryColumnSource, PossiblyImmutableColumnSource, ShiftData.RowSetShiftCallback, Releasable, TupleExporter<Long>, TupleSource<Long>, WritableColumnSource<Long>, WritableSourceWithPrepareForParallelPopulation

public class LongSparseArraySource extends SparseArrayColumnSource<Long> implements MutableColumnSourceGetDefaults.ForLong, ConvertibleTimeSource
Sparse array source for Long.

The C-haracterSparseArraySource 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).