Class ImmutableCharArraySource

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

public class ImmutableCharArraySource
extends AbstractColumnSource<Character>
implements ImmutableColumnSourceGetDefaults.ForChar
Simple array source for Immutable Char.

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