Interface BooleanColumnStatisticsData.Builder

    • Method Detail

      • numberOfTrues

        BooleanColumnStatisticsData.Builder numberOfTrues​(Long numberOfTrues)

        The number of true values in the column.

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

        BooleanColumnStatisticsData.Builder numberOfFalses​(Long numberOfFalses)

        The number of false values in the column.

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

        BooleanColumnStatisticsData.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.