Class ByteAggregateColumnSource

java.lang.Object
com.illumon.iris.db.v2.sources.AbstractColumnSource<DB_ARRAY_TYPE>
com.illumon.iris.db.v2.sources.aggregate.ByteAggregateColumnSource
All Implemented Interfaces:
AggregateColumnSource<DbByteArray,Byte>, ChunkSource<Attributes.Values>, ChunkSource.WithPrev<Attributes.Values>, DefaultChunkSource<Attributes.Values>, DefaultChunkSource.WithPrev<Attributes.Values>, FillContextMaker, GetContextMaker, ColumnSource<DbByteArray>, ColumnSourceGetDefaults.ForObject<DbByteArray>, ElementSource<DbByteArray>, MutableColumnSource<DbByteArray>, MutableColumnSourceGetDefaults.ForObject<DbByteArray>, Releasable, UngroupableColumnSource, TupleExporter<DbByteArray>, TupleSource<DbByteArray>, Serializable

public final class ByteAggregateColumnSource extends AbstractColumnSource<DB_ARRAY_TYPE>
ColumnSource implementation for aggregation result byte columns.
See Also: