Package org.apache.flink.table.runtime.operators.deduplicate
package org.apache.flink.table.runtime.operators.deduplicate
-
ClassesClassDescriptionDeduplicateFunctionBase<T,
K, IN, OUT> Base class for deduplicate function.This function is used to deduplicate on keys and keeps only first row.This function is used to deduplicate on keys and keeps only last row.This function is used to get the first row for every key partition in miniBatch mode.This function is used to get the last row for every key partition in miniBatch mode.This function is used to deduplicate on keys and keeps only first or last row on row time.This function is used to get the first or last row for every key partition in miniBatch mode.This function is used to get the first or last row for every key partition in miniBatch mode.