public abstract class EnumEvalBaseScalarIndex extends Object implements EnumEval
Modifier and Type | Field and Description |
---|---|
protected ObjectArrayEventType |
evalEventType |
protected ObjectArrayEventType |
indexEventType |
protected ExprEvaluator |
innerExpression |
protected int |
streamNumLambda |
Constructor and Description |
---|
EnumEvalBaseScalarIndex(ExprEvaluator innerExpression,
int streamNumLambda,
ObjectArrayEventType evalEventType,
ObjectArrayEventType indexEventType) |
Modifier and Type | Method and Description |
---|---|
int |
getStreamNumSize() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
evaluateEnumMethod
protected final ExprEvaluator innerExpression
protected final int streamNumLambda
protected final ObjectArrayEventType evalEventType
protected final ObjectArrayEventType indexEventType
public EnumEvalBaseScalarIndex(ExprEvaluator innerExpression, int streamNumLambda, ObjectArrayEventType evalEventType, ObjectArrayEventType indexEventType)
public int getStreamNumSize()
getStreamNumSize
in interface EnumEval