Class ShortArraySource

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>, FillUnordered, MutableColumnSource<Short>, MutableColumnSourceGetDefaults.ForShort, Releasable, WritableChunkSink<Attributes.Values>, WritableSource<Short>, TupleExporter<Short>, TupleSource<Short>, ShiftData.ShiftCallback, Serializable

public class ShortArraySource extends ArrayBackedColumnSource<T> implements MutableColumnSourceGetDefaults.ForShort
Simple array source for Short.

The C-haracterArraySource 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: