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

com.datastax.data.exploration.service.chart.PieService Maven / Gradle / Ivy

The newest version!
package com.datastax.data.exploration.service.chart;

import com.alibaba.fastjson.JSONObject;

import java.util.List;

/**
 * @author songfu 2017/12/12
 */
public interface PieService {
    JSONObject pieInit(String id);
    List pieSelect(String id, String prop, String val, String func);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy