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 AggsHandleFunction
GroupAggFunctionBase. 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 AggsHandleFunction
AbstractRowTimeUnboundedPrecedingOver. function
-