Package com.illumon.iris.db.v2.by
Class ComboAggregateFactory.ComboByImpl
java.lang.Object
com.illumon.iris.db.v2.by.ComboAggregateFactory.ComboByImpl
- All Implemented Interfaces:
ComboAggregateFactory.ComboBy
,Serializable
- Enclosing class:
- ComboAggregateFactory
public static class ComboAggregateFactory.ComboByImpl extends Object implements ComboAggregateFactory.ComboBy
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ComboByImpl(AggregationStateFactory underlyingStateFactory, String... matchPairs)
ComboByImpl(AggregationStateFactory underlyingStateFactory, Collection<String> matchPairs)
-
Method Summary
Modifier and Type Method Description ComboAggregateFactory.ComboBy
forRollup()
AggregationMemoKey
getMemoKey()
MatchPair[]
getResultPairs()
String[]
getSourceColumns()
AggregationStateFactory
getUnderlyingStateFactory()
String
toString()
-
Constructor Details
-
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
-