Class SelectEvalInsertCoercionAvro
java.lang.Object
com.espertech.esper.common.internal.epl.resultset.select.eval.SelectEvalInsertCoercionAvro
- All Implemented Interfaces:
SelectExprProcessorForge
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the event type that represents the select-clause items.processCodegen
(CodegenExpression resultEventType, CodegenExpression eventBeanFactory, CodegenMethodScope codegenMethodScope, SelectExprProcessorCodegenSymbol selectSymbol, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)
-
Constructor Details
-
SelectEvalInsertCoercionAvro
-
-
Method Details
-
getResultEventType
Description copied from interface:SelectExprProcessorForge
Returns the event type that represents the select-clause items.- Specified by:
getResultEventType
in interfaceSelectExprProcessorForge
- Returns:
- event type representing select-clause items
-
processCodegen
public CodegenMethod processCodegen(CodegenExpression resultEventType, CodegenExpression eventBeanFactory, CodegenMethodScope codegenMethodScope, SelectExprProcessorCodegenSymbol selectSymbol, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope) - Specified by:
processCodegen
in interfaceSelectExprProcessorForge
-