Package com.illumon.iris.db.v2.by
Class ComboAggregateFactory.NullComboBy
java.lang.Object
com.illumon.iris.db.v2.by.ComboAggregateFactory.NullComboBy
- All Implemented Interfaces:
ComboAggregateFactory.ComboBy
,Serializable
- Enclosing class:
- ComboAggregateFactory
public static class ComboAggregateFactory.NullComboBy extends Object implements ComboAggregateFactory.ComboBy
- See Also:
- Serialized Form
-
Method Summary
Modifier and Type Method Description ComboAggregateFactory.ComboBy
forRollup()
AggregationMemoKey
getMemoKey()
MatchPair[]
getResultPairs()
String[]
getSourceColumns()
AggregationStateFactory
getUnderlyingStateFactory()
String
toString()
-
Method Details
-
getUnderlyingStateFactory
- Specified by:
getUnderlyingStateFactory
in interfaceComboAggregateFactory.ComboBy
-
getSourceColumns
- Specified by:
getSourceColumns
in interfaceComboAggregateFactory.ComboBy
-
getResultPairs
- Specified by:
getResultPairs
in interfaceComboAggregateFactory.ComboBy
-
forRollup
- Specified by:
forRollup
in interfaceComboAggregateFactory.ComboBy
-
getMemoKey
- Specified by:
getMemoKey
in interfaceComboAggregateFactory.ComboBy
-
toString
-