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)
Contains a list of source/target column mappings, one mapping for each
source table listed in
sourceTableNames
being merged into the target table specified by tableName . |
||
MergeRecordsRequest |
MergeRecordsRequest.setOptions(Map<String,String> options)
Optional parameters.
|
||
MergeRecordsRequest |
MergeRecordsRequest.setSourceTableNames(List<String> sourceTableNames)
The list of names of source tables to get the records from, each in
[schema_name.]table_name format, using standard
MergeRecordsRequest MergeRecordsRequest. | setTableName(String tableName)
The name of the new result table for the records to be merged into, in
[schema_name.]table_name format, using standard
Copyright © 2025. All rights reserved. |