Interface AggregateColumnSource<DB_ARRAY_TYPE extends DbArrayBase,COMPONENT_TYPE>
- All Superinterfaces:
ChunkSource<Attributes.Values>
,ChunkSource.WithPrev<Attributes.Values>
,ColumnSource<DB_ARRAY_TYPE>
,ColumnSourceGetDefaults.ForObject<DB_ARRAY_TYPE>
,DefaultChunkSource<Attributes.Values>
,DefaultChunkSource.WithPrev<Attributes.Values>
,ElementSource<DB_ARRAY_TYPE>
,FillContextMaker
,GetContextMaker
,MutableColumnSource<DB_ARRAY_TYPE>
,MutableColumnSourceGetDefaults.ForObject<DB_ARRAY_TYPE>
,Releasable
,TupleExporter<DB_ARRAY_TYPE>
,TupleSource<DB_ARRAY_TYPE>
,UngroupableColumnSource
- All Known Implementing Classes:
ByteAggregateColumnSource
,CharAggregateColumnSource
,DoubleAggregateColumnSource
,FloatAggregateColumnSource
,IntAggregateColumnSource
,LongAggregateColumnSource
,ObjectAggregateColumnSource
,ShortAggregateColumnSource
public interface AggregateColumnSource<DB_ARRAY_TYPE extends DbArrayBase,COMPONENT_TYPE> extends UngroupableColumnSource, MutableColumnSourceGetDefaults.ForObject<DB_ARRAY_TYPE>
ColumnSource
and UngroupableColumnSource
interface for aggregation result columns.-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
AggregateColumnSource.AggregateColumnSourceConstructor
static class
AggregateColumnSource.FactoryHelper
Nested classes/interfaces inherited from interface com.illumon.iris.db.v2.sources.chunk.ChunkSource
ChunkSource.FillContext, ChunkSource.GetContext, ChunkSource.WithPrev<ATTR extends Attributes.Any>
Nested classes/interfaces inherited from interface com.illumon.iris.db.v2.sources.chunk.DefaultChunkSource
DefaultChunkSource.SupportsContiguousGet<ATTR extends Attributes.Any>, DefaultChunkSource.WithPrev<ATTR extends Attributes.Any>
-
Field Summary
Fields inherited from interface com.illumon.iris.db.v2.sources.chunk.ChunkSource
DEFAULT_FILL_INSTANCE, ZERO_LENGTH_CHUNK_SOURCE_ARRAY
Fields inherited from interface com.illumon.iris.db.v2.sources.chunk.ChunkSource.WithPrev
ZERO_LENGTH_CHUNK_SOURCE_WITH_PREV_ARRAY
Fields inherited from interface com.illumon.iris.db.v2.sources.ColumnSource
ZERO_LENGTH_COLUMN_SOURCE_ARRAY
-
Method Summary
Modifier and Type Method Description static <DB_ARRAY_TYPE extends DbArrayBase, DATA_TYPE>
AggregateColumnSource<DB_ARRAY_TYPE,DATA_TYPE>make(ColumnSource<DATA_TYPE> aggregatedSource, ColumnSource<? extends ReadOnlyIndex> indexSource, boolean immutable)
UngroupedColumnSource<COMPONENT_TYPE>
ungrouped()
Methods inherited from interface com.illumon.iris.db.v2.sources.chunk.ChunkSource
fillChunk, getChunkType
Methods inherited from interface com.illumon.iris.db.v2.sources.chunk.ChunkSource.WithPrev
fillPrevChunk
Methods inherited from interface com.illumon.iris.db.v2.sources.ColumnSource
allowsReinterpret, cast, createPreviousTuple, createTuple, createTupleFromValues, exportElement, exportElement, exportToExternalKey, getColumnSources, getComponentType, getGroupingBuilder, getGroupingProvider, getNativeType, getPrevSource, getType, hasGrouping, match, reinterpret, releaseCachedResources, setGroupingProvider, startTrackingPrevValues
Methods inherited from interface com.illumon.iris.db.v2.sources.ColumnSourceGetDefaults.ForObject
getBoolean, getByte, getChar, getDouble, getFloat, getInt, getLong, getShort
Methods inherited from interface com.illumon.iris.db.v2.sources.chunk.DefaultChunkSource
getChunk, getChunk, getChunkByFilling, makeFillContext, makeGetContext
Methods inherited from interface com.illumon.iris.db.v2.sources.chunk.DefaultChunkSource.WithPrev
getPrevChunk, getPrevChunk, getPrevChunkByFilling
Methods inherited from interface com.illumon.iris.db.v2.sources.chunk.FillContextMaker
makeFillContext
Methods inherited from interface com.illumon.iris.db.v2.sources.chunk.GetContextMaker
makeGetContext
Methods inherited from interface com.illumon.iris.db.v2.sources.MutableColumnSourceGetDefaults.ForObject
getPrevBoolean, getPrevByte, getPrevChar, getPrevDouble, getPrevFloat, getPrevInt, getPrevLong, getPrevShort
Methods inherited from interface com.illumon.iris.db.v2.tuples.TupleExporter
exportElementReinterpreted
Methods inherited from interface com.illumon.iris.db.v2.tuples.TupleSource
createTupleFromReinterpretedValues
Methods inherited from interface com.illumon.iris.db.v2.sources.UngroupableColumnSource
getUngrouped, getUngroupedBoolean, getUngroupedByte, getUngroupedChar, getUngroupedDouble, getUngroupedFloat, getUngroupedInt, getUngroupedLong, getUngroupedPrev, getUngroupedPrevBoolean, getUngroupedPrevByte, getUngroupedPrevChar, getUngroupedPrevDouble, getUngroupedPrevFloat, getUngroupedPrevInt, getUngroupedPrevLong, getUngroupedPrevShort, getUngroupedPrevSize, getUngroupedShort, getUngroupedSize, isUngroupable
-
Method Details
-
ungrouped
UngroupedColumnSource<COMPONENT_TYPE> ungrouped() -
make
static <DB_ARRAY_TYPE extends DbArrayBase, DATA_TYPE> AggregateColumnSource<DB_ARRAY_TYPE,DATA_TYPE> make(@NotNull ColumnSource<DATA_TYPE> aggregatedSource, @NotNull ColumnSource<? extends ReadOnlyIndex> indexSource, boolean immutable)
-