Class ObjectPath

java.lang.Object
org.apache.flink.table.catalog.ObjectPath
All Implemented Interfaces:
Serializable

@PublicEvolving public class ObjectPath extends Object implements Serializable
A database name and object (table/view/function) name combo in a catalog.
See Also:
  • Constructor Details

    • ObjectPath

      public ObjectPath(String databaseName, String objectName)
  • Method Details