AbstractAggregationValue
if (o instanceof AbstractAggregationValue) {
AbstractAggregationValue v = (AbstractAggregationValue)o;
public final class AvgValue extends AbstractAggregationValue {
public final class CountValue extends AbstractAggregationValue {
public final class MaxValue extends AbstractAggregationValue {
public final class MinValue extends AbstractAggregationValue {
public final class StddevValue extends AbstractAggregationValue {
public final class SumValue extends AbstractAggregationValue {