Class PolarisGenericTableCatalog

java.lang.Object
org.apache.polaris.service.catalog.generic.PolarisGenericTableCatalog
All Implemented Interfaces:
org.apache.polaris.core.catalog.GenericTableCatalog

public class PolarisGenericTableCatalog extends Object implements org.apache.polaris.core.catalog.GenericTableCatalog
  • Constructor Summary

    Constructors
    Constructor
    Description
    PolarisGenericTableCatalog(org.apache.polaris.core.persistence.PolarisMetaStoreManager metaStoreManager, org.apache.polaris.core.context.CallContext callContext, org.apache.polaris.core.persistence.resolver.PolarisResolutionManifestCatalogView resolvedEntityView)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.polaris.core.entity.table.GenericTableEntity
    createGenericTable(org.apache.iceberg.catalog.TableIdentifier tableIdentifier, String format, String baseLocation, String doc, Map<String,String> properties)
     
    boolean
    dropGenericTable(org.apache.iceberg.catalog.TableIdentifier tableIdentifier)
     
    void
    initialize(String name, Map<String,String> properties)
     
    List<org.apache.iceberg.catalog.TableIdentifier>
    listGenericTables(org.apache.iceberg.catalog.Namespace namespace)
     
    org.apache.polaris.core.entity.table.GenericTableEntity
    loadGenericTable(org.apache.iceberg.catalog.TableIdentifier tableIdentifier)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PolarisGenericTableCatalog

      public PolarisGenericTableCatalog(org.apache.polaris.core.persistence.PolarisMetaStoreManager metaStoreManager, org.apache.polaris.core.context.CallContext callContext, org.apache.polaris.core.persistence.resolver.PolarisResolutionManifestCatalogView resolvedEntityView)
  • Method Details

    • initialize

      public void initialize(String name, Map<String,String> properties)
      Specified by:
      initialize in interface org.apache.polaris.core.catalog.GenericTableCatalog
    • createGenericTable

      public org.apache.polaris.core.entity.table.GenericTableEntity createGenericTable(org.apache.iceberg.catalog.TableIdentifier tableIdentifier, String format, String baseLocation, String doc, Map<String,String> properties)
      Specified by:
      createGenericTable in interface org.apache.polaris.core.catalog.GenericTableCatalog
    • loadGenericTable

      public org.apache.polaris.core.entity.table.GenericTableEntity loadGenericTable(org.apache.iceberg.catalog.TableIdentifier tableIdentifier)
      Specified by:
      loadGenericTable in interface org.apache.polaris.core.catalog.GenericTableCatalog
    • dropGenericTable

      public boolean dropGenericTable(org.apache.iceberg.catalog.TableIdentifier tableIdentifier)
      Specified by:
      dropGenericTable in interface org.apache.polaris.core.catalog.GenericTableCatalog
    • listGenericTables

      public List<org.apache.iceberg.catalog.TableIdentifier> listGenericTables(org.apache.iceberg.catalog.Namespace namespace)
      Specified by:
      listGenericTables in interface org.apache.polaris.core.catalog.GenericTableCatalog