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