Class LongAggregateColumnSource

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

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