Class ColumnStatistics

    • Method Detail

      • columnName

        public final String columnName()

        Name of column which statistics belong to.

        Returns:
        Name of column which statistics belong to.
      • columnType

        public final String columnType()

        The data type of the column.

        Returns:
        The data type of the column.
      • analyzedTime

        public final Instant analyzedTime()

        The timestamp of when column statistics were generated.

        Returns:
        The timestamp of when column statistics were generated.
      • statisticsData

        public final ColumnStatisticsData statisticsData()

        A ColumnStatisticData object that contains the statistics data values.

        Returns:
        A ColumnStatisticData object that contains the statistics data values.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)