com.espertech.esper.epl.enummethod.dot
Interface ExprDotEvalEnumMethod

All Superinterfaces:
ExprDotEval
All Known Implementing Classes:
ExprDotEvalAggregate, ExprDotEvalAllOfAnyOf, ExprDotEvalAverage, ExprDotEvalCountOf, ExprDotEvalDistinct, ExprDotEvalEnumMethodBase, ExprDotEvalFirstLastOf, ExprDotEvalGroupBy, ExprDotEvalMinByMaxBy, ExprDotEvalMinMax, ExprDotEvalMostLeastFrequent, ExprDotEvalNoOp, ExprDotEvalOrderByAscDesc, ExprDotEvalReverse, ExprDotEvalSelectFrom, ExprDotEvalSequenceEqual, ExprDotEvalSetExceptUnionIntersect, ExprDotEvalSumOf, ExprDotEvalTakeAndTakeLast, ExprDotEvalTakeWhileAndLast, ExprDotEvalToMap, ExprDotEvalWhere

public interface ExprDotEvalEnumMethod
extends ExprDotEval


Method Summary
 void init(java.lang.Integer streamOfProviderIfApplicable, EnumMethodEnum lambda, java.lang.String lambdaUsedName, EPType currentInputType, java.util.List<ExprNode> parameters, ExprValidationContext validationContext)
           
 
Methods inherited from interface com.espertech.esper.epl.expression.dot.ExprDotEval
evaluate, getTypeInfo, visit
 

Method Detail

init

void init(java.lang.Integer streamOfProviderIfApplicable,
          EnumMethodEnum lambda,
          java.lang.String lambdaUsedName,
          EPType currentInputType,
          java.util.List<ExprNode> parameters,
          ExprValidationContext validationContext)
          throws ExprValidationException
Throws:
ExprValidationException

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com