Package org.apache.flink.table.catalog
Class AbstractCatalogView
java.lang.Object
org.apache.flink.table.catalog.AbstractCatalogView
- All Implemented Interfaces:
org.apache.flink.table.catalog.CatalogBaseTable,org.apache.flink.table.catalog.CatalogView
- Direct Known Subclasses:
CatalogViewImpl
@Internal
public abstract class AbstractCatalogView
extends Object
implements org.apache.flink.table.catalog.CatalogView
An abstract catalog view.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.flink.table.catalog.CatalogBaseTable
org.apache.flink.table.catalog.CatalogBaseTable.TableKind -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.table.legacy.api.TableSchemaMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.table.catalog.CatalogBaseTable
copy, getDescription, getDetailedDescription, getUnresolvedSchemaMethods inherited from interface org.apache.flink.table.catalog.CatalogView
getTableKind
-
Constructor Details
-
AbstractCatalogView
-
-
Method Details
-
getOriginalQuery
- Specified by:
getOriginalQueryin interfaceorg.apache.flink.table.catalog.CatalogView
-
getExpandedQuery
- Specified by:
getExpandedQueryin interfaceorg.apache.flink.table.catalog.CatalogView
-
getOptions
- Specified by:
getOptionsin interfaceorg.apache.flink.table.catalog.CatalogBaseTable
-
getSchema
public org.apache.flink.table.legacy.api.TableSchema getSchema()- Specified by:
getSchemain interfaceorg.apache.flink.table.catalog.CatalogBaseTable
-
getComment
- Specified by:
getCommentin interfaceorg.apache.flink.table.catalog.CatalogBaseTable
-