Uses of Class
org.apache.flink.table.runtime.operators.rank.TopNBuffer
-
Packages that use TopNBuffer Package Description org.apache.flink.table.runtime.operators.rank -
-
Uses of TopNBuffer in org.apache.flink.table.runtime.operators.rank
Methods in org.apache.flink.table.runtime.operators.rank with parameters of type TopNBuffer Modifier and Type Method Description protected booleanAbstractTopNFunction. checkSortKeyInBufferRange(org.apache.flink.table.data.RowData sortKey, TopNBuffer buffer)Checks whether the record should be put into the buffer.
-