Interface ColumnToUnpivot.Builder

  • Method Details

    • columnName

      ColumnToUnpivot.Builder columnName(String columnName)

      The name of the column to unpivot from the source data.

      Parameters:
      columnName - The name of the column to unpivot from the source data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • newValue

      ColumnToUnpivot.Builder newValue(String newValue)

      The value to assign to this column in the unpivoted result, typically the column name or a descriptive label.

      Parameters:
      newValue - The value to assign to this column in the unpivoted result, typically the column name or a descriptive label.
      Returns:
      Returns a reference to this object so that method calls can be chained together.