Interface ColumnStatistics.Builder

    • Method Detail

      • columnName

        ColumnStatistics.Builder columnName​(String columnName)

        Name of column which statistics belong to.

        Parameters:
        columnName - Name of column which statistics belong to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • columnType

        ColumnStatistics.Builder columnType​(String columnType)

        The data type of the column.

        Parameters:
        columnType - The data type of the column.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • analyzedTime

        ColumnStatistics.Builder analyzedTime​(Instant analyzedTime)

        The timestamp of when column statistics were generated.

        Parameters:
        analyzedTime - The timestamp of when column statistics were generated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statisticsData

        ColumnStatistics.Builder statisticsData​(ColumnStatisticsData statisticsData)

        A ColumnStatisticData object that contains the statistics data values.

        Parameters:
        statisticsData - A ColumnStatisticData object that contains the statistics data values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.