Uses of Package
org.apache.flink.table.runtime.operators.rank
-
Packages that use org.apache.flink.table.runtime.operators.rank Package Description org.apache.flink.table.runtime.operators.rank -
Classes in org.apache.flink.table.runtime.operators.rank used by org.apache.flink.table.runtime.operators.rank Class Description AbstractTopNFunction Base class for TopN Function.ComparableRecordComparator Because it's impossible to restore aRecordComparatorinstance generated byGeneratedRecordComparatorfrom checkpoint snapshot.RankRange RankRange for Rank, including following 3 types : ConstantRankRange, ConstantRankRangeWithoutEnd, VariableRankRange.RankType An enumeration of rank type, usable to show how exactly generate rank number.TopNBuffer TopNBuffer stores mapping from sort key to records list, sortKey is RowData type, each record is RowData type.