Class GenericTableApi

java.lang.Object
org.apache.polaris.service.it.env.RestApi
org.apache.polaris.service.it.env.GenericTableApi

public class GenericTableApi extends RestApi
A simple, non-exhaustive set of helper methods for accessing the generic tables REST API
See Also:
  • Method Details

    • purge

      public void purge(String catalog, org.apache.iceberg.catalog.Namespace ns)
    • listGenericTables

      public List<org.apache.iceberg.catalog.TableIdentifier> listGenericTables(String catalog, org.apache.iceberg.catalog.Namespace namespace)
    • dropGenericTable

      public void dropGenericTable(String catalog, org.apache.iceberg.catalog.TableIdentifier id)
    • getGenericTable

      public org.apache.polaris.service.types.GenericTable getGenericTable(String catalog, org.apache.iceberg.catalog.TableIdentifier id)
    • createGenericTable

      public org.apache.polaris.service.types.GenericTable createGenericTable(String catalog, org.apache.iceberg.catalog.TableIdentifier id, String format, Map<String,String> properties)