Class DoubleSparseArraySource

All Implemented Interfaces:
ChunkSource<Attributes.Values>, ChunkSource.WithPrev<Attributes.Values>, DefaultChunkSource<Attributes.Values>, DefaultChunkSource.WithPrev<Attributes.Values>, FillContextMaker, GetContextMaker, ColumnSource<Double>, ColumnSourceGetDefaults.ForDouble, ElementSource<Double>, FillUnordered, MutableColumnSource<Double>, MutableColumnSourceGetDefaults.ForDouble, Releasable, WritableChunkSink<Attributes.Values>, WritableSource<Double>, TupleExporter<Double>, TupleSource<Double>, Serializable

public class DoubleSparseArraySource extends SparseArrayColumnSource<Double> implements MutableColumnSourceGetDefaults.ForDouble
Sparse array source for Double.

The C-haracterSparseArraySource is replicated to all other types with com.illumon.iris.db.v2.sources.Replicate. (C-haracter is deliberately spelled that way in order to prevent Replicate from altering this very comment).

See Also: