Class EnumAggregateForge
java.lang.Object
com.espertech.esper.common.internal.epl.enummethod.eval.aggregate.EnumAggregateForge
- All Implemented Interfaces:
EnumForge
-
Field Summary
Modifier and TypeFieldDescriptionprotected ExprForge
protected ExprForge
protected ObjectArrayEventType
protected int
-
Constructor Summary
ConstructorDescriptionEnumAggregateForge
(ExprForge initialization, ExprForge innerExpression, int streamNumLambda, ObjectArrayEventType resultEventType) -
Method Summary
Modifier and TypeMethodDescriptionint
int
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.espertech.esper.common.internal.epl.enummethod.eval.EnumForge
codegen, getEnumEvaluator
-
Field Details
-
initialization
-
innerExpression
-
streamNumLambda
protected int streamNumLambda -
resultEventType
-
-
Constructor Details
-
EnumAggregateForge
public EnumAggregateForge(ExprForge initialization, ExprForge innerExpression, int streamNumLambda, ObjectArrayEventType resultEventType)
-
-
Method Details
-
getStreamNumSize
public int getStreamNumSize()- Specified by:
getStreamNumSize
in interfaceEnumForge
-
getStreamNumLambda
public int getStreamNumLambda() -
getResultEventType
-
getInitialization
-
getInnerExpression
-