Interface IValueAggregationResult

    • Method Detail

      • getValue

        Object getValue()
        Returns the value of this aggregation. The returned object type depends on how aggregation is performed. For example, a MinAggregation performed in an integer field will produce an integer return value and an AvgAggregation will always produce a double value.
        Returns:
        the value of this aggregation.
        Since:
        11.0.0