Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
MergeRecordsResponse |
GPUdb.mergeRecords(MergeRecordsRequest request)
Create a new empty result table (specified by
tableName ),
and insert all records from source tables
(specified by sourceTableNames ) based on the field mapping
information (specified by fieldMaps ). |
MergeRecordsResponse |
GPUdb.mergeRecords(String tableName,
List<String> sourceTableNames,
List<Map<String,String>> fieldMaps,
Map<String,String> options)
Create a new empty result table (specified by
tableName ),
and insert all records from source tables
(specified by sourceTableNames ) based on the field mapping
information (specified by fieldMaps ). |
Modifier and Type | Method and Description |
---|---|
MergeRecordsResponse |
MergeRecordsResponse.setInfo(Map<String,String> info) |
MergeRecordsResponse |
MergeRecordsResponse.setTableName(String tableName) |
Copyright © 2024. All rights reserved.