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
ConstructorsConstructorDescriptionPolarisGenericTableCatalog(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 TypeMethodDescriptionorg.apache.polaris.core.entity.table.GenericTableEntitycreateGenericTable(org.apache.iceberg.catalog.TableIdentifier tableIdentifier, String format, String baseLocation, String doc, Map<String, String> properties) booleandropGenericTable(org.apache.iceberg.catalog.TableIdentifier tableIdentifier) voidinitialize(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.GenericTableEntityloadGenericTable(org.apache.iceberg.catalog.TableIdentifier tableIdentifier)
-
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
- Specified by:
initializein interfaceorg.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:
createGenericTablein interfaceorg.apache.polaris.core.catalog.GenericTableCatalog
-
loadGenericTable
public org.apache.polaris.core.entity.table.GenericTableEntity loadGenericTable(org.apache.iceberg.catalog.TableIdentifier tableIdentifier) - Specified by:
loadGenericTablein interfaceorg.apache.polaris.core.catalog.GenericTableCatalog
-
dropGenericTable
public boolean dropGenericTable(org.apache.iceberg.catalog.TableIdentifier tableIdentifier) - Specified by:
dropGenericTablein interfaceorg.apache.polaris.core.catalog.GenericTableCatalog
-
listGenericTables
public List<org.apache.iceberg.catalog.TableIdentifier> listGenericTables(org.apache.iceberg.catalog.Namespace namespace) - Specified by:
listGenericTablesin interfaceorg.apache.polaris.core.catalog.GenericTableCatalog
-