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 @Internal public class CatalogViewImpl extends AbstractCatalogView
Deprecated.UseCatalogView.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.An implementation of catalog view.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.apache.flink.table.catalog.CatalogBaseTable
copy()
Deprecated.Optional<String>
getDescription()
Deprecated.Optional<String>
getDetailedDescription()
Deprecated.-
Methods inherited from class org.apache.flink.table.catalog.AbstractCatalogView
getComment, getExpandedQuery, getOptions, getOriginalQuery, getSchema
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-