public interface AggregationMethodFactory
Modifier and Type | Method and Description |
---|---|
AggregationAccessor |
getAccessor() |
ExprNode |
getAggregationExpression() |
AggregationStateFactory |
getAggregationStateFactory(boolean isMatchRecognize) |
AggregationStateKey |
getAggregationStateKey(boolean isMatchRecognize) |
java.lang.Class |
getResultType() |
boolean |
isAccessAggregation() |
AggregationMethod |
make(MethodResolutionService methodResolutionService,
int agentInstanceId,
int groupId,
int aggregationId) |
boolean isAccessAggregation()
AggregationMethod make(MethodResolutionService methodResolutionService, int agentInstanceId, int groupId, int aggregationId)
java.lang.Class getResultType()
AggregationStateKey getAggregationStateKey(boolean isMatchRecognize)
AggregationStateFactory getAggregationStateFactory(boolean isMatchRecognize)
AggregationAccessor getAccessor()
ExprNode getAggregationExpression()