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

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