Interface TimestampColumnStatistics

All Superinterfaces:
ColumnStatistics

public interface TimestampColumnStatistics extends ColumnStatistics
Statistics for Timestamp columns.
  • Method Details

    • getMinimum

      Timestamp getMinimum()
      Get the minimum value for the column.
      Returns:
      minimum value
    • getMaximum

      Timestamp getMaximum()
      Get the maximum value for the column.
      Returns:
      maximum value
    • getMinimumUTC

      Timestamp getMinimumUTC()
      Get the minimum value for the column in UTC.
      Returns:
      minimum value in UTC
    • getMaximumUTC

      Timestamp getMaximumUTC()
      Get the maximum value for the column in UTC.
      Returns:
      maximum value in UTC