public class EnumEvalAggregateBase extends Object
Modifier and Type | Field and Description |
---|---|
protected ExprEvaluator |
initialization |
protected ExprEvaluator |
innerExpression |
protected ObjectArrayEventType |
resultEventType |
protected int |
streamNumLambda |
Constructor and Description |
---|
EnumEvalAggregateBase(ExprEvaluator initialization,
ExprEvaluator innerExpression,
int streamNumLambda,
ObjectArrayEventType resultEventType) |
Modifier and Type | Method and Description |
---|---|
int |
getStreamNumSize() |
protected ExprEvaluator initialization
protected ExprEvaluator innerExpression
protected int streamNumLambda
protected ObjectArrayEventType resultEventType
public EnumEvalAggregateBase(ExprEvaluator initialization, ExprEvaluator innerExpression, int streamNumLambda, ObjectArrayEventType resultEventType)