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

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

//
// Copyright (c) 2016-2024 Deephaven Data Labs and Patent Pending
//
package io.deephaven.sql;

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

public interface Scope {

    Optional table(List qualifiedName);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy