public class AggregationForgeFactoryPlugin extends AggregationForgeFactoryBase
Modifier and Type | Field and Description |
---|---|
protected AggregationFunctionForge |
aggregationFunctionForge |
protected ExprPlugInAggNode |
parent |
Constructor and Description |
---|
AggregationForgeFactoryPlugin(ExprPlugInAggNode parent,
AggregationFunctionForge aggregationFunctionForge,
AggregationFunctionMode mode,
EPType aggregatedValueType,
DataInputOutputSerdeForge distinctSerde) |
Modifier and Type | Method and Description |
---|---|
EPType |
getAggregatedValueType() |
ExprAggregateNodeBase |
getAggregationExpression() |
AggregationFunctionForge |
getAggregationFunctionForge() |
AggregationPortableValidation |
getAggregationPortableValidation() |
AggregatorMethod |
getAggregator() |
DataInputOutputSerdeForge |
getDistinctSerde() |
ExprForge[] |
getMethodAggregationForge(boolean join,
EventType[] typesPerStream) |
AggregationFunctionMode |
getMode() |
ExprPlugInAggNode |
getParent() |
EPType |
getResultType() |
getAccessorForge, getAggregationStateAgent, getAggregationStateFactory, getAggregationStateKey, isAccessAggregation
protected final ExprPlugInAggNode parent
protected final AggregationFunctionForge aggregationFunctionForge
public AggregationForgeFactoryPlugin(ExprPlugInAggNode parent, AggregationFunctionForge aggregationFunctionForge, AggregationFunctionMode mode, EPType aggregatedValueType, DataInputOutputSerdeForge distinctSerde)
public EPType getResultType()
public ExprForge[] getMethodAggregationForge(boolean join, EventType[] typesPerStream) throws ExprValidationException
ExprValidationException
public AggregatorMethod getAggregator()
public AggregationPortableValidation getAggregationPortableValidation()
public ExprAggregateNodeBase getAggregationExpression()
public AggregationFunctionForge getAggregationFunctionForge()
public ExprPlugInAggNode getParent()
public AggregationFunctionMode getMode()
public EPType getAggregatedValueType()
public DataInputOutputSerdeForge getDistinctSerde()
Copyright © 2005–2021. All rights reserved.