Constructor and Description |
---|
RowDataUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isAccumulateMsg(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(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(RowData row)
RowKind.INSERT
or RowKind.UPDATE_AFTER
,
which refers to an accumulate operation of aggregation.public static boolean isRetractMsg(RowData row)
RowKind.DELETE
or RowKind.UPDATE_BEFORE
, which refers to a retract operation of aggregation.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.