Package | Description |
---|---|
com.espertech.esper.common.internal.epl.enummethod.eval |
Enumeration method implementations.
|
com.espertech.esper.common.internal.epl.enummethod.eval.singlelambdaopt3form.base |
Enumeration base method implementations for zero-parameter and lambda-one-parameter with up to three forms: selector, index, size.
|
com.espertech.esper.common.internal.epl.enummethod.eval.twolambda.base |
Enumeration method base implementations for enum methods that have a two-lambda form.
|
Modifier and Type | Method and Description |
---|---|
EnumForgeDesc |
EnumForgeDescFactory.makeEnumForgeDesc(List<ExprDotEvalParam> bodiesAndParameters,
int streamCountIncoming,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
EnumForgeDesc |
ThreeFormNoParamFactory.makeEnumForgeDesc(List<ExprDotEvalParam> bodiesAndParameters,
int streamCountIncoming,
StatementCompileTimeServices statementCompileTimeService) |
EnumForgeDesc |
ThreeFormBaseFactory.makeEnumForgeDesc(List<ExprDotEvalParam> bodiesAndParameters,
int streamCountIncoming,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
EnumForgeDesc |
TwoLambdaThreeFormEventPlusFactory.ForgeFunction.apply(ExprDotEvalParamLambda first,
ExprDotEvalParamLambda second,
int streamCountIncoming,
ObjectArrayEventType firstType,
ObjectArrayEventType secondType,
int numParameters,
StatementCompileTimeServices services) |
EnumForgeDesc |
TwoLambdaThreeFormEventPlainFactory.ForgeFunction.apply(ExprDotEvalParamLambda first,
ExprDotEvalParamLambda second,
int streamCountIncoming,
StatementCompileTimeServices services) |
EnumForgeDesc |
TwoLambdaThreeFormScalarFactory.ForgeFunction.apply(ExprDotEvalParamLambda first,
ExprDotEvalParamLambda second,
ObjectArrayEventType eventTypeFirst,
ObjectArrayEventType eventTypeSecond,
int streamCountIncoming,
int numParams) |
EnumForgeDesc |
TwoLambdaThreeFormScalarFactory.makeEnumForgeDesc(List<ExprDotEvalParam> bodiesAndParameters,
int streamCountIncoming,
StatementCompileTimeServices services) |
EnumForgeDesc |
TwoLambdaThreeFormEventPlusFactory.makeEnumForgeDesc(List<ExprDotEvalParam> bodiesAndParameters,
int streamCountIncoming,
StatementCompileTimeServices services) |
EnumForgeDesc |
TwoLambdaThreeFormEventPlainFactory.makeEnumForgeDesc(List<ExprDotEvalParam> bodiesAndParameters,
int streamCountIncoming,
StatementCompileTimeServices services) |
Copyright © 2005–2021. All rights reserved.