Uses of Package
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 AbstractSyncStateTopNFunction Base class for TopN Function with sync state api.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. -
Classes in org.apache.flink.table.runtime.operators.rank used by org.apache.flink.table.runtime.operators.rank.async Class Description AbstractTopNFunction Base class for TopN Function.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. -
Classes in org.apache.flink.table.runtime.operators.rank used by org.apache.flink.table.runtime.operators.rank.utils Class Description AbstractTopNFunction Base class for TopN Function.AbstractTopNFunction.AbstractTopNHelper An abstract helper to do the logic Top-n used for all top-n functions.TopNBuffer TopNBuffer stores mapping from sort key to records list, sortKey is RowData type, each record is RowData type.