Uses of Class
org.apache.flink.table.runtime.operators.aggregate.RecordCounter
-
Packages that use RecordCounter Package Description org.apache.flink.table.runtime.operators.aggregate org.apache.flink.table.runtime.operators.window.groupwindow.operator -
-
Uses of RecordCounter in org.apache.flink.table.runtime.operators.aggregate
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.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.
-