Package org.apache.iceberg.catalog
Class BaseViewSessionCatalog
java.lang.Object
org.apache.iceberg.catalog.BaseSessionCatalog
org.apache.iceberg.catalog.BaseViewSessionCatalog
- All Implemented Interfaces:
- SessionCatalog,- ViewSessionCatalog
- Direct Known Subclasses:
- RESTSessionCatalog
public abstract class BaseViewSessionCatalog
extends BaseSessionCatalog
implements ViewSessionCatalog
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class org.apache.iceberg.catalog.BaseSessionCatalogBaseSessionCatalog.AsCatalogNested classes/interfaces inherited from interface org.apache.iceberg.catalog.SessionCatalogSessionCatalog.SessionContext
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionMethods inherited from class org.apache.iceberg.catalog.BaseSessionCatalogasCatalog, initialize, name, properties, withContextMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.iceberg.catalog.SessionCatalogbuildTable, createNamespace, createNamespace, dropNamespace, dropTable, invalidateTable, listNamespaces, listNamespaces, listTables, loadNamespaceMetadata, loadTable, namespaceExists, purgeTable, registerTable, renameTable, tableExists, updateNamespaceMetadataMethods inherited from interface org.apache.iceberg.catalog.ViewSessionCatalogbuildView, dropView, initialize, invalidateView, listViews, loadView, name, renameView, viewExists
- 
Constructor Details- 
BaseViewSessionCatalogpublic BaseViewSessionCatalog()
 
- 
- 
Method Details- 
asViewCatalog
 
-