Class QueryService.NumericSummary

  • Enclosing class:
    QueryService

    public static final class QueryService.NumericSummary
    extends java.lang.Object
    Result format for Numeric Summary information.
    • Method Detail

      • getColumn

        public java.lang.String getColumn()
        Returns:
        The name of the column this summary is about.
      • getAverage

        public double getAverage()
        Returns:
        the average of the numeric values in this column
      • getMax

        public double getMax()
        Returns:
        the maximum value in this column
      • getMin

        public double getMin()
        Returns:
        the minimum value in this column
      • getStandardDeviation

        public double getStandardDeviation()
        Returns:
        the standard deviation of the values in this column