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
|
Modifier and Type | Method and Description |
---|---|
InsertRecordsFromQueryRequest |
InsertRecordsFromQueryRequest.setCreateTableOptions(Map<String,String> createTableOptions)
Options used when creating the target table.
|
InsertRecordsFromQueryRequest |
InsertRecordsFromQueryRequest.setModifyColumns(Map<String,Map<String,String>> modifyColumns)
Not implemented yet.
|
InsertRecordsFromQueryRequest |
InsertRecordsFromQueryRequest.setOptions(Map<String,String> options)
Optional parameters.
|
InsertRecordsFromQueryRequest |
InsertRecordsFromQueryRequest.setRemoteQuery(String remoteQuery)
Query for which result data needs to be imported
|
InsertRecordsFromQueryRequest |
InsertRecordsFromQueryRequest.setTableName(String tableName)
Name of the table into which the data will be inserted, in
[schema_name.]table_name format, using standard
Copyright © 2025. All rights reserved. |