public class DeduplicateFunctionHelper extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
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–2022 The Apache Software Foundation. All rights reserved.