Class EvalSelectNoWildcardAvro
java.lang.Object
com.espertech.esper.common.internal.avro.selectexprrep.EvalSelectNoWildcardAvro
- All Implemented Interfaces:
com.espertech.esper.common.internal.epl.resultset.select.core.SelectExprProcessorForge
public class EvalSelectNoWildcardAvro
extends Object
implements com.espertech.esper.common.internal.epl.resultset.select.core.SelectExprProcessorForge
-
Constructor Summary
ConstructorDescriptionEvalSelectNoWildcardAvro
(com.espertech.esper.common.internal.epl.resultset.select.core.SelectExprForgeContext selectExprForgeContext, com.espertech.esper.common.internal.epl.expression.core.ExprForge[] exprForges, com.espertech.esper.common.client.EventType resultEventTypeAvro, String statementName) -
Method Summary
Modifier and TypeMethodDescriptioncom.espertech.esper.common.client.EventType
com.espertech.esper.common.internal.bytecodemodel.base.CodegenMethod
processCodegen
(com.espertech.esper.common.internal.bytecodemodel.model.expression.CodegenExpression resultEventType, com.espertech.esper.common.internal.bytecodemodel.model.expression.CodegenExpression eventBeanFactory, com.espertech.esper.common.internal.bytecodemodel.base.CodegenMethodScope codegenMethodScope, com.espertech.esper.common.internal.epl.resultset.select.core.SelectExprProcessorCodegenSymbol selectSymbol, com.espertech.esper.common.internal.epl.expression.codegen.ExprForgeCodegenSymbol exprSymbol, com.espertech.esper.common.internal.bytecodemodel.base.CodegenClassScope codegenClassScope)
-
Constructor Details
-
EvalSelectNoWildcardAvro
public EvalSelectNoWildcardAvro(com.espertech.esper.common.internal.epl.resultset.select.core.SelectExprForgeContext selectExprForgeContext, com.espertech.esper.common.internal.epl.expression.core.ExprForge[] exprForges, com.espertech.esper.common.client.EventType resultEventTypeAvro, String statementName) throws com.espertech.esper.common.internal.epl.expression.core.ExprValidationException - Throws:
com.espertech.esper.common.internal.epl.expression.core.ExprValidationException
-
-
Method Details
-
getResultEventType
public com.espertech.esper.common.client.EventType getResultEventType()- Specified by:
getResultEventType
in interfacecom.espertech.esper.common.internal.epl.resultset.select.core.SelectExprProcessorForge
-
processCodegen
public com.espertech.esper.common.internal.bytecodemodel.base.CodegenMethod processCodegen(com.espertech.esper.common.internal.bytecodemodel.model.expression.CodegenExpression resultEventType, com.espertech.esper.common.internal.bytecodemodel.model.expression.CodegenExpression eventBeanFactory, com.espertech.esper.common.internal.bytecodemodel.base.CodegenMethodScope codegenMethodScope, com.espertech.esper.common.internal.epl.resultset.select.core.SelectExprProcessorCodegenSymbol selectSymbol, com.espertech.esper.common.internal.epl.expression.codegen.ExprForgeCodegenSymbol exprSymbol, com.espertech.esper.common.internal.bytecodemodel.base.CodegenClassScope codegenClassScope) - Specified by:
processCodegen
in interfacecom.espertech.esper.common.internal.epl.resultset.select.core.SelectExprProcessorForge
-