Interface AggregatorAccessLinear
- All Superinterfaces:
AggregatorAccess
- All Known Implementing Classes:
AggregatorAccessLinearJoin
,AggregatorAccessLinearNonJoin
-
Method Summary
Modifier and TypeMethodDescriptioncollectionReadOnlyCodegen
(CodegenMethod method, CodegenClassScope classScope, CodegenNamedMethods namedMethods) getFirstNthValueCodegen
(CodegenExpressionRef index, CodegenMethod method, CodegenClassScope classScope, CodegenNamedMethods namedMethods) getFirstValueCodegen
(CodegenClassScope classScope, CodegenMethod method) getLastNthValueCodegen
(CodegenExpressionRef index, CodegenMethod method, CodegenClassScope classScope, CodegenNamedMethods namedMethods) getLastValueCodegen
(CodegenClassScope classScope, CodegenMethod method, CodegenNamedMethods namedMethods) iteratorCodegen
(CodegenClassScope classScope, CodegenMethod method, CodegenNamedMethods namedMethods) Methods inherited from interface com.espertech.esper.common.internal.epl.agg.core.AggregatorAccess
applyEnterCodegen, applyLeaveCodegen, clearCodegen, collectFabricType, initAccessForge, readCodegen, writeCodegen
-
Method Details
-
sizeCodegen
CodegenExpression sizeCodegen() -
iteratorCodegen
CodegenExpression iteratorCodegen(CodegenClassScope classScope, CodegenMethod method, CodegenNamedMethods namedMethods) -
collectionReadOnlyCodegen
CodegenExpression collectionReadOnlyCodegen(CodegenMethod method, CodegenClassScope classScope, CodegenNamedMethods namedMethods) -
getLastValueCodegen
CodegenExpression getLastValueCodegen(CodegenClassScope classScope, CodegenMethod method, CodegenNamedMethods namedMethods) -
getFirstValueCodegen
-
getFirstNthValueCodegen
CodegenExpression getFirstNthValueCodegen(CodegenExpressionRef index, CodegenMethod method, CodegenClassScope classScope, CodegenNamedMethods namedMethods) -
getLastNthValueCodegen
CodegenExpression getLastNthValueCodegen(CodegenExpressionRef index, CodegenMethod method, CodegenClassScope classScope, CodegenNamedMethods namedMethods)
-