Class UnboxedByteBackedColumnSource<T>

java.lang.Object
com.illumon.iris.db.v2.sources.AbstractColumnSource<Byte>
com.illumon.iris.db.v2.sources.UnboxedByteBackedColumnSource<T>
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>, MutableColumnSource<Byte>, MutableColumnSourceGetDefaults.ForByte, Releasable, TupleExporter<Byte>, TupleSource<Byte>, Serializable

public class UnboxedByteBackedColumnSource<T>
extends AbstractColumnSource<Byte>
implements MutableColumnSourceGetDefaults.ForByte
Reinterpret result for many ColumnSource implementations that internally represent Boolean values as byte values.
See Also:
Serialized Form