Package org.apache.flink.table.runtime.operators.rank.async
package org.apache.flink.table.runtime.operators.rank.async
-
ClassesClassDescriptionBase class for TopN Function with async state api.A TopN function could handle insert-only stream.A more concise implementation for
AppendOnlyTopNFunctionandUpdatableTopNFunctionwhen only Top-1 is desired.