Package | Description |
---|---|
com.espertech.esper.codegen.model.blocks |
Code-Generation Reusable Code Blocks
|
com.espertech.esper.epl.core.select | |
com.espertech.esper.epl.declexpr |
Declared expression handling.
|
com.espertech.esper.epl.expression.core |
Core expression classes.
|
com.espertech.esper.epl.expression.funcs |
Function expressions.
|
com.espertech.esper.epl.expression.ops |
Operator expressions.
|
com.espertech.esper.epl.expression.subquery |
Subselect expressions.
|
com.espertech.esper.epl.expression.table |
Table access and identifiers expressions.
|
Modifier and Type | Method and Description |
---|---|
static CodegenExpression |
CodegenLegoEvaluateSelf.evaluateSelfTypableMulti(ExprTypableReturnEval typableEval,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
static CodegenExpression |
CodegenLegoEvaluateSelf.evaluateSelfTypableSingle(ExprTypableReturnEval typableEval,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
Constructor and Description |
---|
SelectExprProcessorTypableMultiEval(SelectExprProcessorTypableMultiForge forge,
ExprTypableReturnEval typable) |
SelectExprProcessorTypableMultiEvalFirstRow(SelectExprProcessorTypableMultiForge forge,
ExprTypableReturnEval typable) |
SelectExprProcessorTypableSingleEval(SelectExprProcessorTypableSingleForge forge,
ExprTypableReturnEval typable) |
SelectExprProcessorTypableSingleEvalSingleRow(SelectExprProcessorTypableSingleForge forge,
ExprTypableReturnEval typable) |
Modifier and Type | Class and Description |
---|---|
class |
ExprDeclaredForgeBase |
class |
ExprDeclaredForgeNoRewrite |
class |
ExprDeclaredForgeRewrite |
Modifier and Type | Method and Description |
---|---|
ExprTypableReturnEval |
ExprDeclaredForgeBase.getTypableReturnEvaluator() |
Modifier and Type | Method and Description |
---|---|
ExprTypableReturnEval |
ExprTypableReturnForge.getTypableReturnEvaluator() |
Modifier and Type | Class and Description |
---|---|
class |
ExprCaseNodeForgeEvalTypable |
Modifier and Type | Method and Description |
---|---|
ExprTypableReturnEval |
ExprCaseNodeForge.getTypableReturnEvaluator() |
Modifier and Type | Class and Description |
---|---|
class |
ExprNewStructNodeForgeEval |
Modifier and Type | Method and Description |
---|---|
ExprTypableReturnEval |
ExprNewStructNodeForge.getTypableReturnEvaluator() |
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 |
---|---|
ExprTypableReturnEval |
ExprSubselectNode.getTypableReturnEvaluator() |
Modifier and Type | Class and Description |
---|---|
class |
ExprTableAccessNodeTopLevel |
Modifier and Type | Method and Description |
---|---|
ExprTypableReturnEval |
ExprTableAccessNodeTopLevel.getTypableReturnEvaluator() |