Interface BinaryColumnStatisticsData.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BinaryColumnStatisticsData.Builder,BinaryColumnStatisticsData>, SdkBuilder<BinaryColumnStatisticsData.Builder,BinaryColumnStatisticsData>, SdkPojo
Enclosing class:
BinaryColumnStatisticsData

public static interface BinaryColumnStatisticsData.Builder extends SdkPojo, CopyableBuilder<BinaryColumnStatisticsData.Builder,BinaryColumnStatisticsData>
  • 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.