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

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);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy