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 Modifier and Type Class Description class
BaseViewSessionCatalog.AsViewCatalog
-
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
Constructors Constructor Description BaseViewSessionCatalog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ViewCatalog
asViewCatalog(SessionCatalog.SessionContext context)
-
Methods 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
-
-
-
-
Method Detail
-
asViewCatalog
public ViewCatalog asViewCatalog(SessionCatalog.SessionContext context)
-
-