Class AggregationAccessorLastWEval
java.lang.Object
com.espertech.esper.common.internal.epl.agg.access.linear.AggregationAccessorLastWEval
Represents the aggregation accessor that provides the result for the "last" aggregation function without index.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
getEnumerableEventCodegen
(AggregationAccessorLastWEvalForge forge, AggregationStateLinearForge stateForge, AggregationAccessorForgeGetCodegenContext context) static void
getEnumerableEventsCodegen
(AggregationAccessorLastWEvalForge forge, AggregationStateLinearForge factoryLinear, AggregationAccessorForgeGetCodegenContext context) static void
getEnumerableScalarCodegen
(AggregationAccessorLastWEvalForge forge, AggregationStateLinearForge stateForge, AggregationAccessorForgeGetCodegenContext context) static void
getValueCodegen
(AggregationAccessorLastWEvalForge forge, AggregationStateLinearForge factoryLinear, AggregationAccessorForgeGetCodegenContext context)
-
Constructor Details
-
AggregationAccessorLastWEval
public AggregationAccessorLastWEval()
-
-
Method Details
-
getValueCodegen
public static void getValueCodegen(AggregationAccessorLastWEvalForge forge, AggregationStateLinearForge factoryLinear, AggregationAccessorForgeGetCodegenContext context) -
getEnumerableEventsCodegen
public static void getEnumerableEventsCodegen(AggregationAccessorLastWEvalForge forge, AggregationStateLinearForge factoryLinear, AggregationAccessorForgeGetCodegenContext context) -
getEnumerableScalarCodegen
public static void getEnumerableScalarCodegen(AggregationAccessorLastWEvalForge forge, AggregationStateLinearForge stateForge, AggregationAccessorForgeGetCodegenContext context) -
getEnumerableEventCodegen
public static void getEnumerableEventCodegen(AggregationAccessorLastWEvalForge forge, AggregationStateLinearForge stateForge, AggregationAccessorForgeGetCodegenContext context)
-