Interface PolarisCatalog

All Known Implementing Classes:
PolarisRESTCatalog

public interface PolarisCatalog
  • Method Details

    • listGenericTables

      List<org.apache.iceberg.catalog.TableIdentifier> listGenericTables(org.apache.iceberg.catalog.Namespace ns)
    • loadGenericTable

      GenericTable loadGenericTable(org.apache.iceberg.catalog.TableIdentifier identifier)
    • dropGenericTable

      boolean dropGenericTable(org.apache.iceberg.catalog.TableIdentifier identifier)
    • createGenericTable

      GenericTable createGenericTable(org.apache.iceberg.catalog.TableIdentifier identifier, String format, String doc, Map<String,String> props)