Package | Description |
---|---|
com.espertech.esper.codegen.model.blocks |
Code-Generation Reusable Code Blocks
|
com.espertech.esper.epl.core |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
com.espertech.esper.epl.declexpr |
Declared expression handling.
|
com.espertech.esper.epl.enummethod.dot |
Enumeration method utility classes and input data sources.
|
com.espertech.esper.epl.enummethod.eval |
Enumeration method implementations.
|
com.espertech.esper.epl.expression.accessagg |
Access-aggregation expressions.
|
com.espertech.esper.epl.expression.core |
Core expression classes.
|
com.espertech.esper.epl.expression.dot |
Chained expression functionality.
|
com.espertech.esper.epl.expression.dot.inner |
Expression dot-method innerForge evaluators.
|
com.espertech.esper.epl.expression.ops |
Operator expressions.
|
com.espertech.esper.epl.expression.prev |
'Previous'-group expressions.
|
com.espertech.esper.epl.expression.subquery |
Subselect expressions.
|
com.espertech.esper.epl.expression.table |
Table access and identifiers expressions.
|
com.espertech.esper.epl.script |
Script expression evaluation.
|
com.espertech.esper.epl.table.strategy |
Table access evaluators.
|
Modifier and Type | Method and Description |
---|---|
static CodegenExpression |
CodegenLegoEvaluateSelf.evaluateSelfGetEventBean(ExprEnumerationEval provider,
CodegenParamSetExprPremade params,
CodegenContext context) |
static CodegenExpression |
CodegenLegoEvaluateSelf.evaluateSelfGetROCollectionEvents(ExprEnumerationEval provider,
CodegenParamSetExprPremade params,
CodegenContext context) |
static CodegenExpression |
CodegenLegoEvaluateSelf.evaluateSelfGetROCollectionScalar(ExprEnumerationEval provider,
CodegenParamSetExprPremade params,
CodegenContext context) |
Constructor and Description |
---|
SelectExprProcessorEnumerationAtBeanCollEval(SelectExprProcessorEnumerationAtBeanCollForge forge,
ExprEnumerationEval enumEval) |
SelectExprProcessorEnumerationAtBeanCollTableEval(SelectExprProcessorEnumerationAtBeanCollTableForge forge,
ExprEnumerationEval enumEval) |
SelectExprProcessorEnumerationAtBeanSingleEval(SelectExprProcessorEnumerationAtBeanSingleForge forge,
ExprEnumerationEval enumEval) |
SelectExprProcessorEnumerationCollEval(SelectExprProcessorEnumerationCollForge forge,
ExprEnumerationEval enumeration) |
SelectExprProcessorEnumerationCollEvalFirstRow(SelectExprProcessorEnumerationCollForge forge,
ExprEnumerationEval enumeration) |
SelectExprProcessorEnumerationSingleToCollEval(SelectExprProcessorEnumerationSingleToCollForge forge,
ExprEnumerationEval enumeration) |
Modifier and Type | Class and Description |
---|---|
class |
ExprDeclaredForgeBase |
class |
ExprDeclaredForgeNoRewrite |
class |
ExprDeclaredForgeRewrite |
Modifier and Type | Method and Description |
---|---|
ExprEnumerationEval |
ExprDeclaredForgeBase.getExprEvaluatorEnumeration() |
Modifier and Type | Class and Description |
---|---|
class |
PropertyDotEventCollectionForge |
class |
PropertyDotEventSingleForge |
class |
PropertyDotScalarArrayForge |
class |
PropertyDotScalarCollection |
class |
PropertyDotScalarIterable |
Modifier and Type | Method and Description |
---|---|
ExprEnumerationEval |
PropertyDotScalarIterable.getExprEvaluatorEnumeration() |
ExprEnumerationEval |
PropertyDotScalarCollection.getExprEvaluatorEnumeration() |
ExprEnumerationEval |
PropertyDotScalarArrayForge.getExprEvaluatorEnumeration() |
ExprEnumerationEval |
PropertyDotEventSingleForge.getExprEvaluatorEnumeration() |
ExprEnumerationEval |
PropertyDotEventCollectionForge.getExprEvaluatorEnumeration() |
Constructor and Description |
---|
EnumExceptForgeEval(EnumExceptForge forge,
ExprEnumerationEval evaluator) |
EnumIntersectForgeEval(EnumIntersectForge forge,
ExprEnumerationEval evaluator) |
EnumUnionForgeEval(EnumUnionForge forge,
ExprEnumerationEval evaluator) |
Modifier and Type | Interface and Description |
---|---|
interface |
ExprAggregateAccessMultiValueNode |
Modifier and Type | Class and Description |
---|---|
class |
ExprAggCountMinSketchNode
Represents the Count-min sketch aggregate function.
|
class |
ExprAggMultiFunctionLinearAccessNode |
class |
ExprAggMultiFunctionSortedMinMaxByNode |
class |
ExprPlugInAggMultiFunctionNode
Represents a custom aggregation function in an expresson tree.
|
Modifier and Type | Method and Description |
---|---|
ExprEnumerationEval |
ExprPlugInAggMultiFunctionNode.getExprEvaluatorEnumeration() |
ExprEnumerationEval |
ExprAggMultiFunctionSortedMinMaxByNode.getExprEvaluatorEnumeration() |
ExprEnumerationEval |
ExprAggMultiFunctionLinearAccessNode.getExprEvaluatorEnumeration() |
ExprEnumerationEval |
ExprAggCountMinSketchNode.getExprEvaluatorEnumeration() |
Modifier and Type | Method and Description |
---|---|
ExprEnumerationEval |
ExprEnumerationForge.getExprEvaluatorEnumeration() |
Constructor and Description |
---|
ExprNodeUtilExprStreamNumEnumCollEval(ExprEnumerationEval enumeration) |
ExprNodeUtilExprStreamNumEnumSingleEval(ExprEnumerationEval enumeration) |
Modifier and Type | Class and Description |
---|---|
class |
ExprDotNodeForgeRootChildEval |
Modifier and Type | Method and Description |
---|---|
ExprEnumerationEval |
ExprDotEnumerationSource.getEnumeration() |
ExprEnumerationEval |
ExprDotNodeForgeRootChildEval.getExprEvaluatorEnumeration() |
ExprEnumerationEval |
ExprDotNodeForgeRootChild.getExprEvaluatorEnumeration() |
Constructor and Description |
---|
ExprDotEnumerationSource(EPType returnType,
Integer streamOfProviderIfApplicable,
ExprEnumerationEval enumeration) |
ExprDotEnumerationSourceForProps(ExprEnumerationEval enumeration,
EPType returnType,
Integer streamOfProviderIfApplicable,
ExprEnumerationGivenEvent enumerationGivenEvent) |
Constructor and Description |
---|
InnerDotEnumerableEventBeanEval(ExprEnumerationEval rootLambdaEvaluator) |
InnerDotEnumerableEventCollectionEval(ExprEnumerationEval rootLambdaEvaluator) |
InnerDotEnumerableScalarCollectionEval(ExprEnumerationEval rootLambdaEvaluator) |
InnerEvaluatorEnumerableEventBean(ExprEnumerationEval rootLambdaEvaluator,
EventType eventType) |
InnerEvaluatorEnumerableEventCollection(ExprEnumerationEval rootLambdaEvaluator,
EventType eventType) |
InnerEvaluatorEnumerableScalarCollection(ExprEnumerationEval rootLambdaEvaluator,
Class componentType) |
Modifier and Type | Class and Description |
---|---|
class |
ExprArrayNodeForgeEval |
Modifier and Type | Method and Description |
---|---|
ExprEnumerationEval |
ExprArrayNodeForgeEval.getExprEvaluatorEnumeration() |
ExprEnumerationEval |
ExprArrayNodeForge.getExprEvaluatorEnumeration() |
ExprEnumerationEval |
ExprArrayNode.getExprEvaluatorEnumeration() |
Modifier and Type | Class and Description |
---|---|
class |
ExprPreviousNode
Represents the 'prev' previous event function in an expression node tree.
|
Modifier and Type | Method and Description |
---|---|
ExprEnumerationEval |
ExprPreviousNode.getExprEvaluatorEnumeration() |
Modifier and Type | Class and Description |
---|---|
class |
ExprSubselectAllSomeAnyNode
Represents a subselect in an expression tree.
|
class |
ExprSubselectExistsNode
Represents an exists-subselect in an expression tree.
|
class |
ExprSubselectInNode
Represents a subselect in an expression tree.
|
class |
ExprSubselectNode
Represents a subselect in an expression tree.
|
class |
ExprSubselectRowNode
Represents a subselect in an expression tree.
|
Modifier and Type | Method and Description |
---|---|
ExprEnumerationEval |
ExprSubselectNode.getExprEvaluatorEnumeration() |
Modifier and Type | Class and Description |
---|---|
class |
ExprTableAccessNodeSubprop |
class |
ExprTableAccessNodeSubpropAccessor |
class |
ExprTableIdentNodeSubpropAccessor |
Modifier and Type | Method and Description |
---|---|
ExprEnumerationEval |
ExprTableIdentNodeSubpropAccessor.getExprEvaluatorEnumeration() |
ExprEnumerationEval |
ExprTableAccessNodeSubpropAccessor.getExprEvaluatorEnumeration() |
ExprEnumerationEval |
ExprTableAccessNodeSubprop.getExprEvaluatorEnumeration() |
Modifier and Type | Class and Description |
---|---|
class |
ExprNodeScriptEvalBase |
class |
ExprNodeScriptEvalJSR223 |
class |
ExprNodeScriptEvalMVEL |
Modifier and Type | Method and Description |
---|---|
ExprEnumerationEval |
ExprNodeScriptEvalBase.getExprEvaluatorEnumeration() |
Modifier and Type | Class and Description |
---|---|
class |
ExprTableExprEvaluatorAccess |
Modifier and Type | Method and Description |
---|---|
ExprEnumerationEval |
ExprTableExprEvaluatorAccess.getExprEvaluatorEnumeration() |