Class SubselectForgeStrategyRowBase
java.lang.Object
com.espertech.esper.common.internal.epl.expression.subquery.SubselectForgeStrategyRowBase
- All Implemented Interfaces:
SubselectForgeRow
- Direct Known Subclasses:
SubselectForgeStrategyRowPlain
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionevaluateTypableMultirowCodegen
(CodegenMethodScope parent, ExprSubselectEvalMatchSymbol symbols, CodegenClassScope classScope) evaluateTypableSinglerowCodegen
(CodegenMethodScope parent, ExprSubselectEvalMatchSymbol symbols, CodegenClassScope classScope) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.espertech.esper.common.internal.epl.expression.subquery.SubselectForgeRow
evaluateCodegen, evaluateGetBeanCodegen, evaluateGetCollEventsCodegen, evaluateGetCollScalarCodegen
-
Field Details
-
subselect
-
-
Constructor Details
-
SubselectForgeStrategyRowBase
-
-
Method Details
-
evaluateTypableSinglerowCodegen
public CodegenExpression evaluateTypableSinglerowCodegen(CodegenMethodScope parent, ExprSubselectEvalMatchSymbol symbols, CodegenClassScope classScope) - Specified by:
evaluateTypableSinglerowCodegen
in interfaceSubselectForgeRow
-
evaluateTypableMultirowCodegen
public CodegenExpression evaluateTypableMultirowCodegen(CodegenMethodScope parent, ExprSubselectEvalMatchSymbol symbols, CodegenClassScope classScope) - Specified by:
evaluateTypableMultirowCodegen
in interfaceSubselectForgeRow
-