public class DeduplicateFunctionHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isDuplicate(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.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.