Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
AppendRecordsResponse |
GPUdb.appendRecords(AppendRecordsRequest request)
Append (or insert) all records from a source table (specified by
sourceTableName ) to a particular target table (specified by tableName ). |
Modifier and Type | Method and Description | ||
---|---|---|---|
AppendRecordsRequest |
AppendRecordsRequest.setFieldMap(Map<String,String> fieldMap)
Contains the mapping of column names from the target table (specified by
tableName ) as the keys, and corresponding column
names or expressions (e.g., 'col_name+1') from the source table
(specified by sourceTableName ). |
||
AppendRecordsRequest |
AppendRecordsRequest.setOptions(Map<String,String> options)
Optional parameters.
|
||
AppendRecordsRequest |
AppendRecordsRequest.setSourceTableName(String sourceTableName)
The source table name to get records from, in [schema_name.]table_name
format, using standard
AppendRecordsRequest AppendRecordsRequest. | setTableName(String tableName)
Copyright © 2025. All rights reserved. |