All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bq.oss.lib.queries.request.Average Maven / Gradle / Ivy

package com.bq.oss.lib.queries.request;


public class Average extends FieldAggregation {

    public Average(String field) {
        super(field);
    }

    @Override
    public AggregationOperator getOperator() {
        return AggregationOperator.$AVG;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy