![JAR search and dependency download from the Maven repository](/logo.png)
com.datastax.data.exploration.service.chart.ParetoService Maven / Gradle / Ivy
The newest version!
package com.datastax.data.exploration.service.chart;
import com.alibaba.fastjson.JSONObject;
import java.util.List;
public interface ParetoService {
JSONObject paretoInit(String id);
List paretoSelect(String id, String group, String val, String sub);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy