Interface OutputColumnThreshold.Builder

  • Method Details

    • outputColumnName

      OutputColumnThreshold.Builder outputColumnName(String outputColumnName)

      The name of the output column that the override applies to. You can specify each column only once.

      Parameters:
      outputColumnName - The name of the output column that the override applies to. You can specify each column only once.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • minimumIdentityCount

      OutputColumnThreshold.Builder minimumIdentityCount(Integer minimumIdentityCount)

      The minimum number of distinct identities that each query output group must represent for this column. Specify 0 to exempt the column from the threshold, or a value of 2 or greater to enforce a threshold.

      Parameters:
      minimumIdentityCount - The minimum number of distinct identities that each query output group must represent for this column. Specify 0 to exempt the column from the threshold, or a value of 2 or greater to enforce a threshold.
      Returns:
      Returns a reference to this object so that method calls can be chained together.