Class RowDataUtil


  • public final class RowDataUtil
    extends Object
    Utilities for RowData.
    • Constructor Detail

      • RowDataUtil

        public RowDataUtil()
    • Method Detail

      • isAccumulateMsg

        public 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.
      • isRetractMsg

        public 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.