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.ComboByforRollup()AggregationMemoKeygetMemoKey()MatchPair[]getResultPairs()String[]getSourceColumns()AggregationStateFactorygetUnderlyingStateFactory()
-
Method Details
-
getUnderlyingStateFactory
AggregationStateFactory getUnderlyingStateFactory() -
getSourceColumns
String[] getSourceColumns() -
getResultPairs
MatchPair[] getResultPairs() -
forRollup
ComboAggregateFactory.ComboBy forRollup() -
getMemoKey
AggregationMemoKey getMemoKey()
-