org.verdictdb.connection.QueryProgressStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of verdictdb-core Show documentation
Show all versions of verdictdb-core Show documentation
Platform-independent, interactive-speed data analytics system
The newest version!
package org.verdictdb.connection;
public interface QueryProgressStatus {
/**
* @return A fraction between 0 and 1.
*/
public double getProgressRatio();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy