![JAR search and dependency download from the Maven repository](/logo.png)
com.bq.oss.lib.queries.request.Aggregation Maven / Gradle / Ivy
package com.bq.oss.lib.queries.request;
import java.util.List;
/**
* @author Rubén Carrasco
*
*/
public interface Aggregation {
public List operate(List resourceQueries);
public AggregationOperator getOperator();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy