Class SelectEvalInsertWildcardJoinVariant
java.lang.Object
com.espertech.esper.common.internal.epl.resultset.select.eval.SelectEvalBase
com.espertech.esper.common.internal.epl.resultset.select.eval.SelectEvalInsertWildcardJoinVariant
- All Implemented Interfaces:
SelectExprProcessorForge
public class SelectEvalInsertWildcardJoinVariant
extends SelectEvalBase
implements SelectExprProcessorForge
-
Field Summary
Fields inherited from class com.espertech.esper.common.internal.epl.resultset.select.eval.SelectEvalBase
context, resultEventType
-
Constructor Summary
ConstructorDescriptionSelectEvalInsertWildcardJoinVariant
(SelectExprForgeContext context, EventType resultEventType, SelectExprProcessorForge joinWildcardProcessorForge, VariantEventType variantEventType) -
Method Summary
Modifier and TypeMethodDescriptionprocessCodegen
(CodegenExpression resultEventType, CodegenExpression eventBeanFactory, CodegenMethodScope codegenMethodScope, SelectExprProcessorCodegenSymbol selectSymbol, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope) Methods inherited from class com.espertech.esper.common.internal.epl.resultset.select.eval.SelectEvalBase
getResultEventType
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.resultset.select.core.SelectExprProcessorForge
getResultEventType
-
Constructor Details
-
SelectEvalInsertWildcardJoinVariant
public SelectEvalInsertWildcardJoinVariant(SelectExprForgeContext context, EventType resultEventType, SelectExprProcessorForge joinWildcardProcessorForge, VariantEventType variantEventType)
-
-
Method Details
-
processCodegen
public CodegenMethod processCodegen(CodegenExpression resultEventType, CodegenExpression eventBeanFactory, CodegenMethodScope codegenMethodScope, SelectExprProcessorCodegenSymbol selectSymbol, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope) - Specified by:
processCodegen
in interfaceSelectExprProcessorForge
-