Class DeduplicateFunctionHelper
- java.lang.Object
-
- org.apache.flink.table.runtime.operators.deduplicate.DeduplicateFunctionHelper
-
public class DeduplicateFunctionHelper extends Object
Utility for deduplicate function.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisDuplicate(org.apache.flink.table.data.RowData preRow, org.apache.flink.table.data.RowData currentRow, int rowtimeIndex, boolean keepLastRow)Returns current row is duplicate row or not compared to previous row.
-