Uses of Class
com.lancedb.lance.namespace.model.CreateEmptyTableRequest
Packages that use CreateEmptyTableRequest
-
Uses of CreateEmptyTableRequest in com.lancedb.lance.namespace.client.apache.api
Methods in com.lancedb.lance.namespace.client.apache.api with parameters of type CreateEmptyTableRequestModifier and TypeMethodDescriptionMetadataApi.createEmptyTable(String id, CreateEmptyTableRequest createEmptyTableRequest, String delimiter) MetadataApi.createEmptyTable(String id, CreateEmptyTableRequest createEmptyTableRequest, String delimiter, Map<String, String> additionalHeaders) TableApi.createEmptyTable(String id, CreateEmptyTableRequest createEmptyTableRequest, String delimiter) TableApi.createEmptyTable(String id, CreateEmptyTableRequest createEmptyTableRequest, String delimiter, Map<String, String> additionalHeaders) -
Uses of CreateEmptyTableRequest in com.lancedb.lance.namespace.model
Methods in com.lancedb.lance.namespace.model that return CreateEmptyTableRequestModifier and TypeMethodDescriptionCreateEmptyTableRequest.properties(Map<String, String> properties) CreateEmptyTableRequest.putPropertiesItem(String key, String propertiesItem)