Uses of Class
org.apache.flink.table.runtime.operators.aggregate.RecordCounter
Packages that use RecordCounter
Package
Description
-
Uses of RecordCounter in org.apache.flink.table.runtime.operators.aggregate
Fields in org.apache.flink.table.runtime.operators.aggregate declared as RecordCounterModifier and TypeFieldDescriptionprotected final RecordCounterGroupAggFunctionBase.recordCounterUsed to count the number of added and retracted input records.Methods in org.apache.flink.table.runtime.operators.aggregate that return RecordCounterModifier and TypeMethodDescriptionstatic RecordCounterRecordCounter.of(int indexOfCountStar) Creates aRecordCounterdepends on the index of count(*). -
Uses of RecordCounter in org.apache.flink.table.runtime.operators.aggregate.utils
Constructors in org.apache.flink.table.runtime.operators.aggregate.utils with parameters of type RecordCounterModifierConstructorDescriptionGroupAggHelper(RecordCounter recordCounter, boolean generateUpdateBefore, org.apache.flink.api.common.state.StateTtlConfig ttlConfig, AggsHandleFunction function, RecordEqualiser equaliser) -
Uses of RecordCounter in org.apache.flink.table.runtime.operators.window.groupwindow.operator
Fields in org.apache.flink.table.runtime.operators.window.groupwindow.operator declared as RecordCounterModifier and TypeFieldDescriptionprotected final RecordCounterWindowOperator.recordCounterUsed to count the number of added and retracted input records.