Uses of Class
com.lancedb.lance.namespace.model.DropTableResponse
Packages that use DropTableResponse
-
Uses of DropTableResponse in com.lancedb.lance.namespace.client.apache.api
Methods in com.lancedb.lance.namespace.client.apache.api that return DropTableResponseModifier and TypeMethodDescriptionMetadataApi.dropTable(String id, DropTableRequest dropTableRequest, String delimiter) MetadataApi.dropTable(String id, DropTableRequest dropTableRequest, String delimiter, Map<String, String> additionalHeaders) TableApi.dropTable(String id, DropTableRequest dropTableRequest, String delimiter) -
Uses of DropTableResponse in com.lancedb.lance.namespace.model
Methods in com.lancedb.lance.namespace.model that return DropTableResponseModifier and TypeMethodDescriptionDropTableResponse.addTransactionIdItem(String transactionIdItem) DropTableResponse.properties(Map<String, String> properties) DropTableResponse.putPropertiesItem(String key, String propertiesItem) DropTableResponse.transactionId(List<String> transactionId)