![JAR search and dependency download from the Maven repository](/logo.png)
com.bq.oss.lib.queries.parser.AggregationParser Maven / Gradle / Ivy
package com.bq.oss.lib.queries.parser;
import com.bq.oss.lib.queries.exception.MalformedJsonQueryException;
import com.bq.oss.lib.queries.request.Aggregation;
/**
* @author Rubén Carrasco
*
*/
public interface AggregationParser {
public Aggregation parse(String aggregationString) throws MalformedJsonQueryException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy