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

io.deephaven.sql.Scope Maven / Gradle / Ivy

There is a newer version: 0.37.4
Show newest version
package io.deephaven.sql;

import java.util.List;
import java.util.Optional;

public interface Scope {

    Optional table(List qualifiedName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy