public final class RowDataUtil extends Object
RowData.| Constructor and Description |
|---|
RowDataUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isAccumulateMsg(org.apache.flink.table.data.RowData row)
Returns true if the message is either
RowKind.INSERT or RowKind.UPDATE_AFTER,
which refers to an accumulate operation of aggregation. |
static boolean |
isRetractMsg(org.apache.flink.table.data.RowData row)
Returns true if the message is either
RowKind.DELETE or RowKind.UPDATE_BEFORE, which refers to a retract operation of aggregation. |
public static boolean isAccumulateMsg(org.apache.flink.table.data.RowData row)
RowKind.INSERT or RowKind.UPDATE_AFTER,
which refers to an accumulate operation of aggregation.public static boolean isRetractMsg(org.apache.flink.table.data.RowData row)
RowKind.DELETE or RowKind.UPDATE_BEFORE, which refers to a retract operation of aggregation.Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.