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)
Number of records inserted into the target table.
|
||
InsertRecordsFromQueryResponse |
InsertRecordsFromQueryResponse.setCountSkipped(long countSkipped)
Number of records skipped, when not running in
ABORT
error handling mode. |
||
InsertRecordsFromQueryResponse |
InsertRecordsFromQueryResponse.setCountUpdated(long countUpdated)
[Not yet implemented] Number of records updated within the target
table.
|
||
InsertRecordsFromQueryResponse |
InsertRecordsFromQueryResponse.setInfo(Map<String,String> info)
Additional information.
|
||
InsertRecordsFromQueryResponse |
InsertRecordsFromQueryResponse.setTableName(String tableName)
Value of
tableName . |
||
InsertRecordsFromQueryResponse |
InsertRecordsFromQueryResponse.setTypeDefinition(String typeDefinition)
A JSON string describing the columns of the target table
|
||
InsertRecordsFromQueryResponse |
InsertRecordsFromQueryResponse.setTypeId(String typeId)
ID of the currently registered table structure
InsertRecordsFromQueryResponse InsertRecordsFromQueryResponse. |
setTypeLabel(String typeLabel)
The user-defined description associated with the target table's
structure
| |
InsertRecordsFromQueryResponse |
InsertRecordsFromQueryResponse.setTypeProperties(Map<String,List<String>> typeProperties)
A mapping of each target table column name to an array of column
properties associated with that column
|
Copyright © 2025. All rights reserved.