Class ExprDotForgeTwoLambda
java.lang.Object
com.espertech.esper.common.internal.epl.enummethod.dot.ExprDotForgeEnumMethodBase
com.espertech.esper.common.internal.epl.enummethod.eval.twolambda.base.ExprDotForgeTwoLambda
- All Implemented Interfaces:
ExpressionResultCacheStackEntry
,ExprDotForgeEnumMethod
,ExprDotForge
- Direct Known Subclasses:
ExprDotForgeGroupByTwoParam
,ExprDotForgeToMap
-
Field Summary
Fields inherited from class com.espertech.esper.common.internal.epl.enummethod.dot.ExprDotForgeEnumMethodBase
cache, enumEvalNumRequiredEvents, enumForge, enumMethodDesc, enumMethodUsedName, streamCountIncoming, typeInfo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetForgeFactory
(DotMethodFP footprint, List<ExprNode> parameters, EnumMethodEnum enumMethod, String enumMethodUsedName, EventType inputEventType, EPTypeClass collectionComponentType, ExprValidationContext validationContext) protected abstract TwoLambdaThreeFormEventPlainFactory.ForgeFunction
protected abstract TwoLambdaThreeFormEventPlusFactory.ForgeFunction
protected abstract TwoLambdaThreeFormScalarFactory.ForgeFunction
Methods inherited from class com.espertech.esper.common.internal.epl.enummethod.dot.ExprDotForgeEnumMethodBase
codegen, getDotEvaluator, getTypeInfo, init, initialize, toString, visit
-
Constructor Details
-
ExprDotForgeTwoLambda
public ExprDotForgeTwoLambda()
-
-
Method Details
-
twoParamEventPlain
-
twoParamEventPlus
-
twoParamScalar
-
getForgeFactory
public EnumForgeDescFactory getForgeFactory(DotMethodFP footprint, List<ExprNode> parameters, EnumMethodEnum enumMethod, String enumMethodUsedName, EventType inputEventType, EPTypeClass collectionComponentType, ExprValidationContext validationContext) throws ExprValidationException - Specified by:
getForgeFactory
in classExprDotForgeEnumMethodBase
- Throws:
ExprValidationException
-