Class ExprTableEvalStrategyFactoryForge
java.lang.Object
com.espertech.esper.common.internal.epl.table.strategy.ExprTableEvalStrategyFactoryForge
-
Constructor Summary
ConstructorDescriptionExprTableEvalStrategyFactoryForge
(TableMetaData tableMeta, ExprForge[] optionalGroupKeys) -
Method Summary
Modifier and TypeMethodDescriptionmake
(CodegenMethodScope parent, SAIFFInitializeSymbol symbols, CodegenClassScope classScope) void
setAggColumnNum
(int aggColumnNum) void
setAggregationMethod
(AggregationMethodForge aggregationMethod) void
setOptionalEnumEval
(ExprEnumerationGivenEventForge optionalEnumEval) void
setPropertyIndex
(int propertyIndex) void
setStrategyEnum
(ExprTableEvalStrategyEnum strategyEnum)
-
Constructor Details
-
ExprTableEvalStrategyFactoryForge
-
-
Method Details
-
setStrategyEnum
-
setPropertyIndex
public void setPropertyIndex(int propertyIndex) -
setOptionalEnumEval
-
setAggColumnNum
public void setAggColumnNum(int aggColumnNum) -
setAggregationMethod
-
make
public CodegenExpression make(CodegenMethodScope parent, SAIFFInitializeSymbol symbols, CodegenClassScope classScope)
-