Uses of Class
com.gpudb.protocol.InsertRecordsFromQueryRequest
-
Packages that use InsertRecordsFromQueryRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of InsertRecordsFromQueryRequest in com.gpudb
Methods in com.gpudb with parameters of type InsertRecordsFromQueryRequest Modifier and Type Method Description InsertRecordsFromQueryResponseGPUdb. insertRecordsFromQuery(InsertRecordsFromQueryRequest request)Computes remote query result and inserts the result data into a new or existing table -
Uses of InsertRecordsFromQueryRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return InsertRecordsFromQueryRequest Modifier and Type Method Description InsertRecordsFromQueryRequestInsertRecordsFromQueryRequest. setCreateTableOptions(Map<String,String> createTableOptions)Options used when creating the target table.InsertRecordsFromQueryRequestInsertRecordsFromQueryRequest. setModifyColumns(Map<String,Map<String,String>> modifyColumns)Not implemented yet.InsertRecordsFromQueryRequestInsertRecordsFromQueryRequest. setOptions(Map<String,String> options)Optional parameters.InsertRecordsFromQueryRequestInsertRecordsFromQueryRequest. setRemoteQuery(String remoteQuery)Query for which result data needs to be importedInsertRecordsFromQueryRequestInsertRecordsFromQueryRequest. setTableName(String tableName)Name of the table into which the data will be inserted, in [schema_name.]table_name format, using standard name resolution rules.
-