Interface DoubleColumnStatistics

All Superinterfaces:
ColumnStatistics

public interface DoubleColumnStatistics extends ColumnStatistics
Statistics for float and double columns.
  • Method Details

    • getMinimum

      double getMinimum()
      Get the smallest value in the column. Only defined if getNumberOfValues is non-zero.
      Returns:
      the minimum
    • getMaximum

      double getMaximum()
      Get the largest value in the column. Only defined if getNumberOfValues is non-zero.
      Returns:
      the maximum
    • getSum

      double getSum()
      Get the sum of the values in the column.
      Returns:
      the sum