Class DataApi
java.lang.Object
com.lancedb.lance.namespace.client.apache.BaseApi
com.lancedb.lance.namespace.client.apache.api.DataApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class DataApi
extends BaseApi
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalterTableAddColumns
(String id, AlterTableAddColumnsRequest alterTableAddColumnsRequest, String delimiter) alterTableAddColumns
(String id, AlterTableAddColumnsRequest alterTableAddColumnsRequest, String delimiter, Map<String, String> additionalHeaders) analyzeTableQueryPlan
(String id, AnalyzeTableQueryPlanRequest analyzeTableQueryPlanRequest, String delimiter) analyzeTableQueryPlan
(String id, AnalyzeTableQueryPlanRequest analyzeTableQueryPlanRequest, String delimiter, Map<String, String> additionalHeaders) countTableRows
(String id, CountTableRowsRequest countTableRowsRequest, String delimiter) countTableRows
(String id, CountTableRowsRequest countTableRowsRequest, String delimiter, Map<String, String> additionalHeaders) createTable
(String id, byte[] body, String delimiter, String mode, String xLanceTableLocation, String xLanceTableProperties) createTable
(String id, byte[] body, String delimiter, String mode, String xLanceTableLocation, String xLanceTableProperties, Map<String, String> additionalHeaders) deleteFromTable
(String id, DeleteFromTableRequest deleteFromTableRequest, String delimiter) deleteFromTable
(String id, DeleteFromTableRequest deleteFromTableRequest, String delimiter, Map<String, String> additionalHeaders) explainTableQueryPlan
(String id, ExplainTableQueryPlanRequest explainTableQueryPlanRequest, String delimiter) explainTableQueryPlan
(String id, ExplainTableQueryPlanRequest explainTableQueryPlanRequest, String delimiter, Map<String, String> additionalHeaders) insertIntoTable
(String id, byte[] body, String delimiter, String mode) insertIntoTable
(String id, byte[] body, String delimiter, String mode, Map<String, String> additionalHeaders) <T> T
invokeAPI
(String url, String method, Object request, com.fasterxml.jackson.core.type.TypeReference<T> returnType, Map<String, String> additionalHeaders) mergeInsertIntoTable
(String id, String on, byte[] body, String delimiter, Boolean whenMatchedUpdateAll, String whenMatchedUpdateAllFilt, Boolean whenNotMatchedInsertAll, Boolean whenNotMatchedBySourceDelete, String whenNotMatchedBySourceDeleteFilt) mergeInsertIntoTable
(String id, String on, byte[] body, String delimiter, Boolean whenMatchedUpdateAll, String whenMatchedUpdateAllFilt, Boolean whenNotMatchedInsertAll, Boolean whenNotMatchedBySourceDelete, String whenNotMatchedBySourceDeleteFilt, Map<String, String> additionalHeaders) byte[]
queryTable
(String id, QueryTableRequest queryTableRequest, String delimiter) byte[]
queryTable
(String id, QueryTableRequest queryTableRequest, String delimiter, Map<String, String> additionalHeaders) updateTable
(String id, UpdateTableRequest updateTableRequest, String delimiter) updateTable
(String id, UpdateTableRequest updateTableRequest, String delimiter, Map<String, String> additionalHeaders) Methods inherited from class com.lancedb.lance.namespace.client.apache.BaseApi
getApiClient, invokeAPI, invokeAPI, invokeAPI, invokeAPI, invokeAPI, invokeAPI, setApiClient
-
Constructor Details
-
DataApi
public DataApi() -
DataApi
-
-
Method Details
-
alterTableAddColumns
public AlterTableAddColumnsResponse alterTableAddColumns(String id, AlterTableAddColumnsRequest alterTableAddColumnsRequest, String delimiter) throws ApiException -
alterTableAddColumns
public AlterTableAddColumnsResponse alterTableAddColumns(String id, AlterTableAddColumnsRequest alterTableAddColumnsRequest, String delimiter, Map<String, String> additionalHeaders) throws ApiException -
analyzeTableQueryPlan
public AnalyzeTableQueryPlanResponse analyzeTableQueryPlan(String id, AnalyzeTableQueryPlanRequest analyzeTableQueryPlanRequest, String delimiter) throws ApiException -
analyzeTableQueryPlan
public AnalyzeTableQueryPlanResponse analyzeTableQueryPlan(String id, AnalyzeTableQueryPlanRequest analyzeTableQueryPlanRequest, String delimiter, Map<String, String> additionalHeaders) throws ApiException -
countTableRows
public Long countTableRows(String id, CountTableRowsRequest countTableRowsRequest, String delimiter) throws ApiException -
countTableRows
public Long countTableRows(String id, CountTableRowsRequest countTableRowsRequest, String delimiter, Map<String, String> additionalHeaders) throws ApiException -
createTable
public CreateTableResponse createTable(String id, byte[] body, String delimiter, String mode, String xLanceTableLocation, String xLanceTableProperties) throws ApiException -
createTable
public CreateTableResponse createTable(String id, byte[] body, String delimiter, String mode, String xLanceTableLocation, String xLanceTableProperties, Map<String, String> additionalHeaders) throws ApiException -
deleteFromTable
public DeleteFromTableResponse deleteFromTable(String id, DeleteFromTableRequest deleteFromTableRequest, String delimiter) throws ApiException -
deleteFromTable
public DeleteFromTableResponse deleteFromTable(String id, DeleteFromTableRequest deleteFromTableRequest, String delimiter, Map<String, String> additionalHeaders) throws ApiException -
explainTableQueryPlan
public ExplainTableQueryPlanResponse explainTableQueryPlan(String id, ExplainTableQueryPlanRequest explainTableQueryPlanRequest, String delimiter) throws ApiException -
explainTableQueryPlan
public ExplainTableQueryPlanResponse explainTableQueryPlan(String id, ExplainTableQueryPlanRequest explainTableQueryPlanRequest, String delimiter, Map<String, String> additionalHeaders) throws ApiException -
insertIntoTable
public InsertIntoTableResponse insertIntoTable(String id, byte[] body, String delimiter, String mode) throws ApiException -
insertIntoTable
public InsertIntoTableResponse insertIntoTable(String id, byte[] body, String delimiter, String mode, Map<String, String> additionalHeaders) throws ApiException -
mergeInsertIntoTable
public MergeInsertIntoTableResponse mergeInsertIntoTable(String id, String on, byte[] body, String delimiter, Boolean whenMatchedUpdateAll, String whenMatchedUpdateAllFilt, Boolean whenNotMatchedInsertAll, Boolean whenNotMatchedBySourceDelete, String whenNotMatchedBySourceDeleteFilt) throws ApiException -
mergeInsertIntoTable
public MergeInsertIntoTableResponse mergeInsertIntoTable(String id, String on, byte[] body, String delimiter, Boolean whenMatchedUpdateAll, String whenMatchedUpdateAllFilt, Boolean whenNotMatchedInsertAll, Boolean whenNotMatchedBySourceDelete, String whenNotMatchedBySourceDeleteFilt, Map<String, String> additionalHeaders) throws ApiException -
queryTable
public byte[] queryTable(String id, QueryTableRequest queryTableRequest, String delimiter) throws ApiException -
queryTable
public byte[] queryTable(String id, QueryTableRequest queryTableRequest, String delimiter, Map<String, String> additionalHeaders) throws ApiException -
updateTable
public UpdateTableResponse updateTable(String id, UpdateTableRequest updateTableRequest, String delimiter) throws ApiException -
updateTable
public UpdateTableResponse updateTable(String id, UpdateTableRequest updateTableRequest, String delimiter, Map<String, String> additionalHeaders) throws ApiException -
invokeAPI
-