Class GenericTableApi
java.lang.Object
org.apache.polaris.service.it.env.RestApi
org.apache.polaris.service.it.env.GenericTableApi
A simple, non-exhaustive set of helper methods for accessing the generic tables REST API
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.polaris.service.types.GenericTablecreateGenericTable(String catalog, org.apache.iceberg.catalog.TableIdentifier id, String format, Map<String, String> properties) voiddropGenericTable(String catalog, org.apache.iceberg.catalog.TableIdentifier id) org.apache.polaris.service.types.GenericTablegetGenericTable(String catalog, org.apache.iceberg.catalog.TableIdentifier id) List<org.apache.iceberg.catalog.TableIdentifier> listGenericTables(String catalog, org.apache.iceberg.catalog.Namespace namespace) void
-
Method Details
-
purge
-
listGenericTables
-
dropGenericTable
-
getGenericTable
public org.apache.polaris.service.types.GenericTable getGenericTable(String catalog, org.apache.iceberg.catalog.TableIdentifier id) -
createGenericTable
-