com.datastax.data.exploration.service.DataExhibitionService Maven / Gradle / Ivy
The newest version!
package com.datastax.data.exploration.service;
import com.alibaba.fastjson.JSONObject;
/**
* @author songfu 2017/12/03
*/
public interface DataExhibitionService {
JSONObject exhibitData(String id, String column, String mode);
}