Interface BinaryColumnStatisticsData.Builder

  • Method Details

    • maximumLength

      BinaryColumnStatisticsData.Builder maximumLength(Long maximumLength)

      The size of the longest bit sequence in the column.

      Parameters:
      maximumLength - The size of the longest bit sequence in the column.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • averageLength

      BinaryColumnStatisticsData.Builder averageLength(Double averageLength)

      The average bit sequence length in the column.

      Parameters:
      averageLength - The average bit sequence length in the column.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • numberOfNulls

      BinaryColumnStatisticsData.Builder numberOfNulls(Long numberOfNulls)

      The number of null values in the column.

      Parameters:
      numberOfNulls - The number of null values in the column.
      Returns:
      Returns a reference to this object so that method calls can be chained together.