Interface StringColumnStatisticsData.Builder

    • Method Detail

      • maximumLength

        StringColumnStatisticsData.Builder maximumLength​(Long maximumLength)

        The size of the longest string in the column.

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

        StringColumnStatisticsData.Builder averageLength​(Double averageLength)

        The average string length in the column.

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

        StringColumnStatisticsData.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.
      • numberOfDistinctValues

        StringColumnStatisticsData.Builder numberOfDistinctValues​(Long numberOfDistinctValues)

        The number of distinct values in a column.

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