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

com.datastax.data.exploration.service.report.DetectService Maven / Gradle / Ivy

package com.datastax.data.exploration.service.report;


import com.datastax.data.exploration.biz.datatable.DataTable;

public interface DetectService {

    void detect(DataTable table);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy