Uses of Class
com.gpudb.protocol.AppendRecordsRequest
-
Packages that use AppendRecordsRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of AppendRecordsRequest in com.gpudb
Methods in com.gpudb with parameters of type AppendRecordsRequest Modifier and Type Method Description AppendRecordsResponseGPUdb. appendRecords(AppendRecordsRequest request)Append (or insert) all records from a source table (specified bysourceTableName) to a particular target table (specified bytableName). -
Uses of AppendRecordsRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return AppendRecordsRequest Modifier and Type Method Description AppendRecordsRequestAppendRecordsRequest. setFieldMap(Map<String,String> fieldMap)Contains the mapping of column names from the target table (specified bytableName) as the keys, and corresponding column names or expressions (e.g., 'col_name+1') from the source table (specified bysourceTableName).AppendRecordsRequestAppendRecordsRequest. setOptions(Map<String,String> options)Optional parameters.AppendRecordsRequestAppendRecordsRequest. setSourceTableName(String sourceTableName)The source table name to get records from, in [schema_name.]table_name format, using standard name resolution rules.AppendRecordsRequestAppendRecordsRequest. setTableName(String tableName)The table name for the records to be appended, in [schema_name.]table_name format, using standard name resolution rules.
-