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 ). |
Modifier and Type | Method and Description |
---|---|
MergeRecordsRequest |
MergeRecordsRequest.setFieldMaps(List<Map<String,String>> fieldMaps) |
MergeRecordsRequest |
MergeRecordsRequest.setOptions(Map<String,String> options) |
MergeRecordsRequest |
MergeRecordsRequest.setSourceTableNames(List<String> sourceTableNames) |
MergeRecordsRequest |
MergeRecordsRequest.setTableName(String tableName) |
Copyright © 2024. All rights reserved.