Package com.illumon.iris.db.v2.by
Interface ComboAggregateFactory.ComboBy
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ComboAggregateFactory.ComboByImpl
,ComboAggregateFactory.CountComboBy
,ComboAggregateFactory.NullComboBy
- Enclosing class:
- ComboAggregateFactory
public static interface ComboAggregateFactory.ComboBy extends Serializable
-
Method Summary
Modifier and Type Method Description ComboAggregateFactory.ComboBy
forRollup()
AggregationMemoKey
getMemoKey()
MatchPair[]
getResultPairs()
String[]
getSourceColumns()
AggregationStateFactory
getUnderlyingStateFactory()
-
Method Details
-
getUnderlyingStateFactory
AggregationStateFactory getUnderlyingStateFactory() -
getSourceColumns
String[] getSourceColumns() -
getResultPairs
MatchPair[] getResultPairs() -
forRollup
ComboAggregateFactory.ComboBy forRollup() -
getMemoKey
AggregationMemoKey getMemoKey()
-