Class BoundAggregator
java.lang.Object
tools.refinery.interpreter.matchers.psystem.aggregations.BoundAggregator
Augments an aggregator operator with type bindings for the type of values being aggregated and the aggregate result.
In case of count, the operator should be null.
- Since:
- 1.4
-
Constructor Summary
ConstructorsConstructorDescriptionBoundAggregator
(IMultisetAggregationOperator<?, ?, ?> operator, Class<?> domainType, Class<?> aggregateResultType) -
Method Summary
-
Constructor Details
-
BoundAggregator
public BoundAggregator(IMultisetAggregationOperator<?, ?, ?> operator, Class<?> domainType, Class<?> aggregateResultType)
-
-
Method Details
-
getOperator
-
getDomainType
-
getAggregateResultType
-
getDomainTypeAsInputKey
-
getAggregateResultTypeAsInputKey
-