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 |
PropertyDotEventCollectionForge |
class |
PropertyDotEventSingleForge |
class |
PropertyDotScalarArrayForge |
class |
PropertyDotScalarCollection |
class |
PropertyDotScalarIterable |
Modifier and Type | Method and Description |
---|---|
ExprEnumerationGivenEvent |
ExprDotEnumerationSourceForProps.getEnumerationGivenEvent() |
ExprEnumerationGivenEvent |
ExprDotEnumerationSourceForgeForProps.getEnumerationGivenEvent() |
Constructor and Description |
---|
ExprDotEnumerationSourceForgeForProps(ExprEnumerationForge enumeration,
EPType returnType,
Integer streamOfProviderIfApplicable,
ExprEnumerationGivenEvent enumerationGivenEvent) |
ExprDotEnumerationSourceForProps(ExprEnumerationEval enumeration,
EPType returnType,
Integer streamOfProviderIfApplicable,
ExprEnumerationGivenEvent enumerationGivenEvent) |
Modifier and Type | Method and Description |
---|---|
ExprEnumerationGivenEvent |
ExprTableAccessNodeSubprop.getOptionalPropertyEnumEvaluator() |
Constructor and Description |
---|
ExprTableEvalStrategyGroupByPropBase(TableAndLockProviderGrouped provider,
int propertyIndex,
ExprEnumerationGivenEvent optionalEnumEval) |
ExprTableEvalStrategyGroupByPropMulti(TableAndLockProviderGrouped provider,
int propertyIndex,
ExprEnumerationGivenEvent optionalEnumEval,
ExprEvaluator[] groupExpr) |
ExprTableEvalStrategyGroupByPropSingle(TableAndLockProviderGrouped provider,
int propertyIndex,
ExprEnumerationGivenEvent optionalEnumEval,
ExprEvaluator groupExpr) |
ExprTableEvalStrategyUngroupedProp(TableAndLockProviderUngrouped provider,
int propertyIndex,
ExprEnumerationGivenEvent optionalEnumEval) |