Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
InsertRecordsFromQueryResponse |
GPUdb.insertRecordsFromQuery(InsertRecordsFromQueryRequest request)
Computes remote query result and inserts the result data into a new or
existing table
|
InsertRecordsFromQueryResponse |
GPUdb.insertRecordsFromQuery(String tableName,
String remoteQuery,
Map<String,Map<String,String>> modifyColumns,
Map<String,String> createTableOptions,
Map<String,String> options)
Computes remote query result and inserts the result data into a new or
existing table
|
Modifier and Type | Method and Description |
---|---|
InsertRecordsFromQueryResponse |
InsertRecordsFromQueryResponse.setCountInserted(long countInserted) |
InsertRecordsFromQueryResponse |
InsertRecordsFromQueryResponse.setCountSkipped(long countSkipped) |
InsertRecordsFromQueryResponse |
InsertRecordsFromQueryResponse.setCountUpdated(long countUpdated) |
InsertRecordsFromQueryResponse |
InsertRecordsFromQueryResponse.setInfo(Map<String,String> info) |
InsertRecordsFromQueryResponse |
InsertRecordsFromQueryResponse.setTableName(String tableName) |
InsertRecordsFromQueryResponse |
InsertRecordsFromQueryResponse.setTypeDefinition(String typeDefinition) |
InsertRecordsFromQueryResponse |
InsertRecordsFromQueryResponse.setTypeId(String typeId) |
InsertRecordsFromQueryResponse |
InsertRecordsFromQueryResponse.setTypeLabel(String typeLabel) |
InsertRecordsFromQueryResponse |
InsertRecordsFromQueryResponse.setTypeProperties(Map<String,List<String>> typeProperties) |
Copyright © 2024. All rights reserved.