Class ImmutableShortArraySource

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

public class ImmutableShortArraySource
extends AbstractColumnSource<Short>
implements ImmutableColumnSourceGetDefaults.ForShort
Simple array source for Immutable Short.

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