Class OuterJoinPaddingUtil

    • Constructor Detail

      • OuterJoinPaddingUtil

        public OuterJoinPaddingUtil​(int leftArity,
                                    int rightArity)
    • Method Detail

      • padRight

        public final RowData padRight​(RowData rightRow)
        Returns a padding result with the given right row.
        Parameters:
        rightRow - the right row to pad
        Returns:
        the reusable null padding result
      • padLeft

        public final RowData padLeft​(RowData leftRow)
        Returns a padding result with the given left row.
        Parameters:
        leftRow - the left row to pad
        Returns:
        the reusable null padding result