Uses of Interface
org.apache.flink.table.runtime.generated.AggsHandleFunction
-
-
Uses of AggsHandleFunction in org.apache.flink.table.runtime.operators.aggregate
Fields in org.apache.flink.table.runtime.operators.aggregate declared as AggsHandleFunction Modifier and Type Field Description protected AggsHandleFunctionGroupAggFunctionBase. function -
Uses of AggsHandleFunction in org.apache.flink.table.runtime.operators.aggregate.utils
Constructors in org.apache.flink.table.runtime.operators.aggregate.utils with parameters of type AggsHandleFunction Constructor Description GroupAggHelper(RecordCounter recordCounter, boolean generateUpdateBefore, org.apache.flink.api.common.state.StateTtlConfig ttlConfig, AggsHandleFunction function, RecordEqualiser equaliser) -
Uses of AggsHandleFunction in org.apache.flink.table.runtime.operators.over
Fields in org.apache.flink.table.runtime.operators.over declared as AggsHandleFunction Modifier and Type Field Description protected AggsHandleFunctionNonTimeRangeUnboundedPrecedingFunction. aggFuncsprotected AggsHandleFunctionAbstractRowTimeUnboundedPrecedingOver. functionprotected AggsHandleFunctionRowTimeUnboundedPrecedingOverFunctionV2. function
-