Uses of Class
com.lancedb.lance.namespace.model.CreateTableResponse
Packages that use CreateTableResponse
-
Uses of CreateTableResponse in com.lancedb.lance.namespace.client.apache.api
Methods in com.lancedb.lance.namespace.client.apache.api that return CreateTableResponseModifier and TypeMethodDescriptionDataApi.createTable(String id, byte[] body, String delimiter, String mode, String xLanceTableLocation, String xLanceTableProperties) DataApi.createTable(String id, byte[] body, String delimiter, String mode, String xLanceTableLocation, String xLanceTableProperties, Map<String, String> additionalHeaders) -
Uses of CreateTableResponse in com.lancedb.lance.namespace.model
Methods in com.lancedb.lance.namespace.model that return CreateTableResponseModifier and TypeMethodDescriptionCreateTableResponse.properties(Map<String, String> properties) CreateTableResponse.putPropertiesItem(String key, String propertiesItem) CreateTableResponse.putStorageOptionsItem(String key, String storageOptionsItem) CreateTableResponse.storageOptions(Map<String, String> storageOptions)