Uses of Class
org.apache.flink.table.runtime.operators.window.tvf.state.WindowMapState
-
Packages that use WindowMapState Package Description org.apache.flink.table.runtime.operators.rank.window.combines -
-
Uses of WindowMapState in org.apache.flink.table.runtime.operators.rank.window.combines
Constructors in org.apache.flink.table.runtime.operators.rank.window.combines with parameters of type WindowMapState Constructor Description TopNRecordsCombiner(WindowTimerService<Long> timerService, StateKeyContext keyContext, WindowMapState<Long,List<org.apache.flink.table.data.RowData>> dataState, Comparator<org.apache.flink.table.data.RowData> sortKeyComparator, org.apache.flink.api.java.functions.KeySelector<org.apache.flink.table.data.RowData,org.apache.flink.table.data.RowData> sortKeySelector, long topN, org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> recordSerializer, boolean isEventTime)
-