Package | Description |
---|---|
com.espertech.esper.common.internal.epl.enummethod.dot |
Enumeration method utility classes and input data sources.
|
com.espertech.esper.common.internal.epl.enummethod.eval |
Enumeration method implementations.
|
com.espertech.esper.common.internal.epl.enummethod.eval.plugin |
Enumeration method implementations for plug-in enumeration methods.
|
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 | Class and Description |
---|---|
class |
ExprDotEvalParamExpr |
class |
ExprDotEvalParamLambda |
Modifier and Type | Method and Description |
---|---|
EnumForgeDesc |
EnumForgeDescFactory.makeEnumForgeDesc(List<ExprDotEvalParam> bodiesAndParameters,
int streamCountIncoming,
StatementCompileTimeServices services) |
Constructor and Description |
---|
EnumForgePlugin(List<ExprDotEvalParam> bodiesAndParameters,
EnumMethodModeStaticMethod mode,
EPTypeClass expectedStateReturnType,
int numStreamsIncoming,
EventType inputEventType) |
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 |
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.