Class SelectEvalInsertNoWildcardObjectArrayRemap
java.lang.Object
com.espertech.esper.common.internal.epl.resultset.select.eval.SelectEvalInsertNoWildcardObjectArrayRemap
- All Implemented Interfaces:
SelectExprProcessorForge
public class SelectEvalInsertNoWildcardObjectArrayRemap
extends Object
implements SelectExprProcessorForge
-
Field Summary
Modifier and TypeFieldDescriptionprotected final SelectExprForgeContext
protected final int[]
protected final EventType
-
Constructor Summary
ConstructorDescriptionSelectEvalInsertNoWildcardObjectArrayRemap
(SelectExprForgeContext context, EventType resultEventType, int[] remapped) -
Method Summary
Modifier and TypeMethodDescriptionReturns the event type that represents the select-clause items.processCodegen
(CodegenExpression resultEventTypeExpr, CodegenExpression eventBeanFactory, CodegenMethodScope codegenMethodScope, SelectExprProcessorCodegenSymbol selectSymbol, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)
-
Field Details
-
context
-
resultEventType
-
remapped
protected final int[] remapped
-
-
Constructor Details
-
SelectEvalInsertNoWildcardObjectArrayRemap
public SelectEvalInsertNoWildcardObjectArrayRemap(SelectExprForgeContext context, EventType resultEventType, int[] remapped)
-
-
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 resultEventTypeExpr, CodegenExpression eventBeanFactory, CodegenMethodScope codegenMethodScope, SelectExprProcessorCodegenSymbol selectSymbol, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope) - Specified by:
processCodegen
in interfaceSelectExprProcessorForge
-