Class AggregationForgeFactoryFirstLastUnbound
java.lang.Object
com.espertech.esper.common.internal.epl.agg.method.core.AggregationForgeFactoryBase
com.espertech.esper.common.internal.epl.agg.access.linear.AggregationForgeFactoryFirstLastUnbound
- All Implemented Interfaces:
AggregationForgeFactory
-
Field Summary
Modifier and TypeFieldDescriptionprotected final boolean
protected final ExprAggMultiFunctionLinearAccessNode
protected final DataInputOutputSerdeForge
-
Constructor Summary
ConstructorDescriptionAggregationForgeFactoryFirstLastUnbound
(ExprAggMultiFunctionLinearAccessNode parent, EPTypeClass resultType, boolean hasFilter, DataInputOutputSerdeForge serde) -
Method Summary
Modifier and TypeMethodDescriptiongetMethodAggregationForge
(boolean join, EventType[] typesPerStream) Methods inherited from class com.espertech.esper.common.internal.epl.agg.method.core.AggregationForgeFactoryBase
getAccessorForge, getAggregationStateAgent, getAggregationStateFactory, getAggregationStateKey, isAccessAggregation
-
Field Details
-
parent
-
hasFilter
protected final boolean hasFilter -
serde
-
-
Constructor Details
-
AggregationForgeFactoryFirstLastUnbound
public AggregationForgeFactoryFirstLastUnbound(ExprAggMultiFunctionLinearAccessNode parent, EPTypeClass resultType, boolean hasFilter, DataInputOutputSerdeForge serde)
-
-
Method Details
-
getResultType
-
getAggregator
-
getAggregationExpression
-
getAggregationPortableValidation
-
getMethodAggregationForge
public ExprForge[] getMethodAggregationForge(boolean join, EventType[] typesPerStream) throws ExprValidationException - Throws:
ExprValidationException
-