Package | Description |
---|---|
com.espertech.esper.epl.enummethod.dot |
Enumeration method utility classes and input data sources.
|
com.espertech.esper.epl.expression.dot |
Chained expression functionality.
|
com.espertech.esper.epl.expression.table |
Table access and identifiers expressions.
|
com.espertech.esper.epl.table.strategy |
Table access evaluators.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyExprEvaluatorEventCollection |
class |
PropertyExprEvaluatorEventSingle |
class |
PropertyExprEvaluatorScalarArray |
class |
PropertyExprEvaluatorScalarCollection |
class |
PropertyExprEvaluatorScalarIterable |
Modifier and Type | Method and Description |
---|---|
ExprEvaluatorEnumerationGivenEvent |
ExprDotEnumerationSourceForProps.getEnumerationGivenEvent() |
Constructor and Description |
---|
ExprDotEnumerationSourceForProps(ExprEvaluatorEnumeration enumeration,
EPType returnType,
Integer streamOfProviderIfApplicable,
ExprEvaluatorEnumerationGivenEvent enumerationGivenEvent) |
Modifier and Type | Method and Description |
---|---|
ExprEvaluatorEnumerationGivenEvent |
ExprTableAccessNodeSubprop.getOptionalPropertyEnumEvaluator() |
Constructor and Description |
---|
ExprTableEvalStrategyGroupByPropBase(TableAndLockProviderGrouped provider,
int propertyIndex,
ExprEvaluatorEnumerationGivenEvent optionalEnumEval) |
ExprTableEvalStrategyGroupByPropMulti(TableAndLockProviderGrouped provider,
int propertyIndex,
ExprEvaluatorEnumerationGivenEvent optionalEnumEval,
ExprEvaluator[] groupExpr) |
ExprTableEvalStrategyGroupByPropSingle(TableAndLockProviderGrouped provider,
int propertyIndex,
ExprEvaluatorEnumerationGivenEvent optionalEnumEval,
ExprEvaluator groupExpr) |
ExprTableEvalStrategyUngroupedProp(TableAndLockProviderUngrouped provider,
int propertyIndex,
ExprEvaluatorEnumerationGivenEvent optionalEnumEval) |