Class ImmutableIntArraySource

java.lang.Object
com.illumon.iris.db.v2.sources.AbstractColumnSource<Integer>
com.illumon.iris.db.v2.sources.immutable.ImmutableIntArraySource
All Implemented Interfaces:
ChunkSource<Attributes.Values>, ChunkSource.WithPrev<Attributes.Values>, DefaultChunkSource<Attributes.Values>, DefaultChunkSource.WithPrev<Attributes.Values>, FillContextMaker, GetContextMaker, ColumnSource<Integer>, ColumnSourceGetDefaults.ForInt, ElementSource<Integer>, ImmutableColumnSource<Integer>, ImmutableColumnSourceGetDefaults.ForInt, Releasable, TupleExporter<Integer>, TupleSource<Integer>, Serializable

public class ImmutableIntArraySource
extends AbstractColumnSource<Integer>
implements ImmutableColumnSourceGetDefaults.ForInt
Simple array source for Immutable Int.

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

See Also:
Serialized Form