
ai.databand.schema.histograms.Summary Maven / Gradle / Ivy
/*
* © Copyright Databand.ai, an IBM Company 2022
*/
package ai.databand.schema.histograms;
import java.util.Map;
public interface Summary {
long getCount();
long getDistinct();
long getNonNull();
long getNullCount();
String getType();
Map toMap();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy