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 Summary
Nested classes/interfaces inherited from class org.apache.iceberg.catalog.BaseSessionCatalog
BaseSessionCatalog.AsCatalog
Nested classes/interfaces inherited from interface org.apache.iceberg.catalog.SessionCatalog
SessionCatalog.SessionContext
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.apache.iceberg.catalog.BaseSessionCatalog
asCatalog, initialize, name, properties, withContext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.iceberg.catalog.SessionCatalog
buildTable, createNamespace, createNamespace, dropNamespace, dropTable, invalidateTable, listNamespaces, listNamespaces, listTables, loadNamespaceMetadata, loadTable, namespaceExists, purgeTable, registerTable, renameTable, tableExists, updateNamespaceMetadata
Methods inherited from interface org.apache.iceberg.catalog.ViewSessionCatalog
buildView, dropView, initialize, invalidateView, listViews, loadView, name, renameView, viewExists
-
Constructor Details
-
BaseViewSessionCatalog
public BaseViewSessionCatalog()
-
-
Method Details
-
asViewCatalog
-