Class BooleanAsByteColumnSource

java.lang.Object
com.illumon.iris.db.v2.sources.AbstractColumnSource<Byte>
com.illumon.iris.db.v2.sources.BooleanAsByteColumnSource
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 BooleanAsByteColumnSource
extends AbstractColumnSource<Byte>
implements MutableColumnSourceGetDefaults.ForByte
Reinterpret result ColumnSource implementations that translates Boolean to byte values.
See Also:
Serialized Form