Package org.apache.flink.table.catalog
Class CatalogViewImpl
java.lang.Object
org.apache.flink.table.catalog.AbstractCatalogView
org.apache.flink.table.catalog.CatalogViewImpl
- All Implemented Interfaces:
org.apache.flink.table.catalog.CatalogBaseTable,org.apache.flink.table.catalog.CatalogView
Deprecated.
An implementation of 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.catalog.CatalogBaseTablecopy()Deprecated.Deprecated.Deprecated.Methods inherited from class org.apache.flink.table.catalog.AbstractCatalogView
getComment, getExpandedQuery, getOptions, getOriginalQuery, getSchemaMethods 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
getUnresolvedSchemaMethods inherited from interface org.apache.flink.table.catalog.CatalogView
getTableKind
-
Constructor Details
-
Method Details
-
copy
public org.apache.flink.table.catalog.CatalogBaseTable copy()Deprecated. -
getDescription
Deprecated. -
getDetailedDescription
Deprecated.
-
CatalogView.of(Schema, String, String, String, Map)or a custom implementation instead. Don't implement against this internal class. It can lead to unintended side effects if code checks against this class instead of the common interface.