public class AggregationMethodFactoryPluginMethod extends AggregationFactoryMethodBase
Modifier and Type | Field and Description |
---|---|
protected AggregationFunctionForge |
aggregationFunctionForge |
protected ExprPlugInAggNode |
parent |
Constructor and Description |
---|
AggregationMethodFactoryPluginMethod(ExprPlugInAggNode parent,
AggregationFunctionForge aggregationFunctionForge,
AggregationFunctionMode mode) |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNodeBase |
getAggregationExpression() |
AggregationFunctionForge |
getAggregationFunctionForge() |
AggregationPortableValidation |
getAggregationPortableValidation() |
AggregatorMethod |
getAggregator() |
ExprForge[] |
getMethodAggregationForge(boolean join,
EventType[] typesPerStream) |
Class |
getResultType() |
void |
initMethodForge(int col,
CodegenCtor rowCtor,
CodegenMemberCol membersColumnized,
CodegenClassScope classScope) |
getAccessorForge, getAggregationStateAgent, getAggregationStateFactory, getAggregationStateKey, isAccessAggregation
protected final ExprPlugInAggNode parent
protected final AggregationFunctionForge aggregationFunctionForge
public AggregationMethodFactoryPluginMethod(ExprPlugInAggNode parent, AggregationFunctionForge aggregationFunctionForge, AggregationFunctionMode mode)
public Class getResultType()
public ExprForge[] getMethodAggregationForge(boolean join, EventType[] typesPerStream) throws ExprValidationException
ExprValidationException
public void initMethodForge(int col, CodegenCtor rowCtor, CodegenMemberCol membersColumnized, CodegenClassScope classScope)
public AggregatorMethod getAggregator()
public AggregationPortableValidation getAggregationPortableValidation()
public ExprAggregateNodeBase getAggregationExpression()
public AggregationFunctionForge getAggregationFunctionForge()
Copyright © 2005–2018. All rights reserved.