Uses of Class
org.apache.flink.table.runtime.operators.aggregate.RecordCounter
-
-
Uses of RecordCounter in org.apache.flink.table.runtime.operators.aggregate
Fields in org.apache.flink.table.runtime.operators.aggregate declared as RecordCounter Modifier and Type Field Description protected RecordCounterGroupAggFunctionBase. recordCounterUsed to count the number of added and retracted input records.Methods in org.apache.flink.table.runtime.operators.aggregate that return RecordCounter Modifier and Type Method Description static 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 RecordCounter Constructor Description GroupAggHelper(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 RecordCounter Modifier and Type Field Description protected RecordCounterWindowOperator. recordCounterUsed to count the number of added and retracted input records.
-