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

org.verdictdb.connection.QueryProgressStatus Maven / Gradle / Ivy

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