Class TableApi
java.lang.Object
com.lancedb.lance.namespace.client.apache.BaseApi
com.lancedb.lance.namespace.client.apache.api.TableApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class TableApi
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) alterTableAlterColumns
(String id, AlterTableAlterColumnsRequest alterTableAlterColumnsRequest, String delimiter) alterTableAlterColumns
(String id, AlterTableAlterColumnsRequest alterTableAlterColumnsRequest, String delimiter, Map<String, String> additionalHeaders) alterTableDropColumns
(String id, AlterTableDropColumnsRequest alterTableDropColumnsRequest, String delimiter) alterTableDropColumns
(String id, AlterTableDropColumnsRequest alterTableDropColumnsRequest, 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) createEmptyTable
(String id, CreateEmptyTableRequest createEmptyTableRequest, String delimiter) createEmptyTable
(String id, CreateEmptyTableRequest createEmptyTableRequest, 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) createTableIndex
(String id, CreateTableIndexRequest createTableIndexRequest, String delimiter) createTableIndex
(String id, CreateTableIndexRequest createTableIndexRequest, String delimiter, Map<String, String> additionalHeaders) void
createTableTag
(String id, CreateTableTagRequest createTableTagRequest, String delimiter) void
createTableTag
(String id, CreateTableTagRequest createTableTagRequest, String delimiter, Map<String, String> additionalHeaders) deleteFromTable
(String id, DeleteFromTableRequest deleteFromTableRequest, String delimiter) deleteFromTable
(String id, DeleteFromTableRequest deleteFromTableRequest, String delimiter, Map<String, String> additionalHeaders) void
deleteTableTag
(String id, DeleteTableTagRequest deleteTableTagRequest, String delimiter) void
deleteTableTag
(String id, DeleteTableTagRequest deleteTableTagRequest, String delimiter, Map<String, String> additionalHeaders) deregisterTable
(String id, DeregisterTableRequest deregisterTableRequest, String delimiter) deregisterTable
(String id, DeregisterTableRequest deregisterTableRequest, String delimiter, Map<String, String> additionalHeaders) describeTable
(String id, DescribeTableRequest describeTableRequest, String delimiter) describeTable
(String id, DescribeTableRequest describeTableRequest, String delimiter, Map<String, String> additionalHeaders) describeTableIndexStats
(String id, String indexName, DescribeTableIndexStatsRequest describeTableIndexStatsRequest, String delimiter) describeTableIndexStats
(String id, String indexName, DescribeTableIndexStatsRequest describeTableIndexStatsRequest, String delimiter, Map<String, String> additionalHeaders) dropTable
(String id, DropTableRequest dropTableRequest, String delimiter) dropTable
(String id, DropTableRequest dropTableRequest, String delimiter, Map<String, String> additionalHeaders) dropTableIndex
(String id, String indexName, DropTableIndexRequest dropTableIndexRequest, String delimiter) dropTableIndex
(String id, String indexName, DropTableIndexRequest dropTableIndexRequest, String delimiter, Map<String, String> additionalHeaders) explainTableQueryPlan
(String id, ExplainTableQueryPlanRequest explainTableQueryPlanRequest, String delimiter) explainTableQueryPlan
(String id, ExplainTableQueryPlanRequest explainTableQueryPlanRequest, String delimiter, Map<String, String> additionalHeaders) getTableStats
(String id, GetTableStatsRequest getTableStatsRequest, String delimiter) getTableStats
(String id, GetTableStatsRequest getTableStatsRequest, String delimiter, Map<String, String> additionalHeaders) getTableTagVersion
(String id, GetTableTagVersionRequest getTableTagVersionRequest, String delimiter) getTableTagVersion
(String id, GetTableTagVersionRequest getTableTagVersionRequest, 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) listTableIndices
(String id, ListTableIndicesRequest listTableIndicesRequest, String delimiter) listTableIndices
(String id, ListTableIndicesRequest listTableIndicesRequest, String delimiter, Map<String, String> additionalHeaders) listTables
(String id, String delimiter, String pageToken, Integer limit) listTables
(String id, String delimiter, String pageToken, Integer limit, Map<String, String> additionalHeaders) listTableTags
(String id, String delimiter, String pageToken, Integer limit) listTableTags
(String id, String delimiter, String pageToken, Integer limit, Map<String, String> additionalHeaders) listTableVersions
(String id, ListTableVersionsRequest listTableVersionsRequest, String delimiter) listTableVersions
(String id, ListTableVersionsRequest listTableVersionsRequest, String delimiter, 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) registerTable
(String id, RegisterTableRequest registerTableRequest, String delimiter) registerTable
(String id, RegisterTableRequest registerTableRequest, String delimiter, Map<String, String> additionalHeaders) restoreTable
(String id, RestoreTableRequest restoreTableRequest, String delimiter) restoreTable
(String id, RestoreTableRequest restoreTableRequest, String delimiter, Map<String, String> additionalHeaders) void
tableExists
(String id, TableExistsRequest tableExistsRequest, String delimiter) void
tableExists
(String id, TableExistsRequest tableExistsRequest, String delimiter, Map<String, String> additionalHeaders) updateTable
(String id, UpdateTableRequest updateTableRequest, String delimiter) updateTable
(String id, UpdateTableRequest updateTableRequest, String delimiter, Map<String, String> additionalHeaders) void
updateTableTag
(String id, UpdateTableTagRequest updateTableTagRequest, String delimiter) void
updateTableTag
(String id, UpdateTableTagRequest updateTableTagRequest, 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
-
TableApi
public TableApi() -
TableApi
-
-
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 -
alterTableAlterColumns
public AlterTableAlterColumnsResponse alterTableAlterColumns(String id, AlterTableAlterColumnsRequest alterTableAlterColumnsRequest, String delimiter) throws ApiException -
alterTableAlterColumns
public AlterTableAlterColumnsResponse alterTableAlterColumns(String id, AlterTableAlterColumnsRequest alterTableAlterColumnsRequest, String delimiter, Map<String, String> additionalHeaders) throws ApiException -
alterTableDropColumns
public AlterTableDropColumnsResponse alterTableDropColumns(String id, AlterTableDropColumnsRequest alterTableDropColumnsRequest, String delimiter) throws ApiException -
alterTableDropColumns
public AlterTableDropColumnsResponse alterTableDropColumns(String id, AlterTableDropColumnsRequest alterTableDropColumnsRequest, 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 -
createEmptyTable
public CreateEmptyTableResponse createEmptyTable(String id, CreateEmptyTableRequest createEmptyTableRequest, String delimiter) throws ApiException -
createEmptyTable
public CreateEmptyTableResponse createEmptyTable(String id, CreateEmptyTableRequest createEmptyTableRequest, 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 -
createTableIndex
public CreateTableIndexResponse createTableIndex(String id, CreateTableIndexRequest createTableIndexRequest, String delimiter) throws ApiException -
createTableIndex
public CreateTableIndexResponse createTableIndex(String id, CreateTableIndexRequest createTableIndexRequest, String delimiter, Map<String, String> additionalHeaders) throws ApiException -
createTableTag
public void createTableTag(String id, CreateTableTagRequest createTableTagRequest, String delimiter) throws ApiException -
createTableTag
public void createTableTag(String id, CreateTableTagRequest createTableTagRequest, String delimiter, 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 -
deleteTableTag
public void deleteTableTag(String id, DeleteTableTagRequest deleteTableTagRequest, String delimiter) throws ApiException -
deleteTableTag
public void deleteTableTag(String id, DeleteTableTagRequest deleteTableTagRequest, String delimiter, Map<String, String> additionalHeaders) throws ApiException -
deregisterTable
public DeregisterTableResponse deregisterTable(String id, DeregisterTableRequest deregisterTableRequest, String delimiter) throws ApiException -
deregisterTable
public DeregisterTableResponse deregisterTable(String id, DeregisterTableRequest deregisterTableRequest, String delimiter, Map<String, String> additionalHeaders) throws ApiException -
describeTable
public DescribeTableResponse describeTable(String id, DescribeTableRequest describeTableRequest, String delimiter) throws ApiException -
describeTable
public DescribeTableResponse describeTable(String id, DescribeTableRequest describeTableRequest, String delimiter, Map<String, String> additionalHeaders) throws ApiException -
describeTableIndexStats
public DescribeTableIndexStatsResponse describeTableIndexStats(String id, String indexName, DescribeTableIndexStatsRequest describeTableIndexStatsRequest, String delimiter) throws ApiException -
describeTableIndexStats
public DescribeTableIndexStatsResponse describeTableIndexStats(String id, String indexName, DescribeTableIndexStatsRequest describeTableIndexStatsRequest, String delimiter, Map<String, String> additionalHeaders) throws ApiException -
dropTable
public DropTableResponse dropTable(String id, DropTableRequest dropTableRequest, String delimiter) throws ApiException -
dropTable
public DropTableResponse dropTable(String id, DropTableRequest dropTableRequest, String delimiter, Map<String, String> additionalHeaders) throws ApiException -
dropTableIndex
public DropTableIndexResponse dropTableIndex(String id, String indexName, DropTableIndexRequest dropTableIndexRequest, String delimiter) throws ApiException -
dropTableIndex
public DropTableIndexResponse dropTableIndex(String id, String indexName, DropTableIndexRequest dropTableIndexRequest, 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 -
getTableStats
public GetTableStatsResponse getTableStats(String id, GetTableStatsRequest getTableStatsRequest, String delimiter) throws ApiException -
getTableStats
public GetTableStatsResponse getTableStats(String id, GetTableStatsRequest getTableStatsRequest, String delimiter, Map<String, String> additionalHeaders) throws ApiException -
getTableTagVersion
public GetTableTagVersionResponse getTableTagVersion(String id, GetTableTagVersionRequest getTableTagVersionRequest, String delimiter) throws ApiException -
getTableTagVersion
public GetTableTagVersionResponse getTableTagVersion(String id, GetTableTagVersionRequest getTableTagVersionRequest, 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 -
listTableIndices
public ListTableIndicesResponse listTableIndices(String id, ListTableIndicesRequest listTableIndicesRequest, String delimiter) throws ApiException -
listTableIndices
public ListTableIndicesResponse listTableIndices(String id, ListTableIndicesRequest listTableIndicesRequest, String delimiter, Map<String, String> additionalHeaders) throws ApiException -
listTableTags
public ListTableTagsResponse listTableTags(String id, String delimiter, String pageToken, Integer limit) throws ApiException -
listTableTags
public ListTableTagsResponse listTableTags(String id, String delimiter, String pageToken, Integer limit, Map<String, String> additionalHeaders) throws ApiException -
listTableVersions
public ListTableVersionsResponse listTableVersions(String id, ListTableVersionsRequest listTableVersionsRequest, String delimiter) throws ApiException -
listTableVersions
public ListTableVersionsResponse listTableVersions(String id, ListTableVersionsRequest listTableVersionsRequest, String delimiter, Map<String, String> additionalHeaders) throws ApiException -
listTables
public ListTablesResponse listTables(String id, String delimiter, String pageToken, Integer limit) throws ApiException -
listTables
public ListTablesResponse listTables(String id, String delimiter, String pageToken, Integer limit, 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 -
registerTable
public RegisterTableResponse registerTable(String id, RegisterTableRequest registerTableRequest, String delimiter) throws ApiException -
registerTable
public RegisterTableResponse registerTable(String id, RegisterTableRequest registerTableRequest, String delimiter, Map<String, String> additionalHeaders) throws ApiException -
restoreTable
public RestoreTableResponse restoreTable(String id, RestoreTableRequest restoreTableRequest, String delimiter) throws ApiException -
restoreTable
public RestoreTableResponse restoreTable(String id, RestoreTableRequest restoreTableRequest, String delimiter, Map<String, String> additionalHeaders) throws ApiException -
tableExists
public void tableExists(String id, TableExistsRequest tableExistsRequest, String delimiter) throws ApiException -
tableExists
public void tableExists(String id, TableExistsRequest tableExistsRequest, 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 -
updateTableTag
public void updateTableTag(String id, UpdateTableTagRequest updateTableTagRequest, String delimiter) throws ApiException -
updateTableTag
public void updateTableTag(String id, UpdateTableTagRequest updateTableTagRequest, String delimiter, Map<String, String> additionalHeaders) throws ApiException -
invokeAPI
-