Class ByteArraySource

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

public class ByteArraySource
extends ArrayBackedColumnSource<T>
implements MutableColumnSourceGetDefaults.ForByte
Simple array source for Byte.

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:
Serialized Form