Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
InsertRecordsFromFilesResponse |
GPUdb.insertRecordsFromFiles(InsertRecordsFromFilesRequest request)
Reads from one or more files and inserts the data into a new or existing
table.
|
InsertRecordsFromFilesResponse |
GPUdb.insertRecordsFromFiles(String tableName,
List<String> filepaths,
Map<String,Map<String,String>> modifyColumns,
Map<String,String> createTableOptions,
Map<String,String> options)
Reads from one or more files and inserts the data into a new or existing
table.
|
Modifier and Type | Method and Description | ||
---|---|---|---|
InsertRecordsFromFilesResponse |
InsertRecordsFromFilesResponse.setCountInserted(long countInserted)
Number of records inserted into the target table.
|
||
InsertRecordsFromFilesResponse |
InsertRecordsFromFilesResponse.setCountSkipped(long countSkipped)
Number of records skipped, when not running in
ABORT
error handling mode. |
||
InsertRecordsFromFilesResponse |
InsertRecordsFromFilesResponse.setCountUpdated(long countUpdated)
[Not yet implemented] Number of records updated within the target
table.
|
||
InsertRecordsFromFilesResponse |
InsertRecordsFromFilesResponse.setFiles(List<String> files) |
||
InsertRecordsFromFilesResponse |
InsertRecordsFromFilesResponse.setInfo(Map<String,String> info)
Additional information.
|
||
InsertRecordsFromFilesResponse |
InsertRecordsFromFilesResponse.setTableName(String tableName)
Value of
tableName . |
||
InsertRecordsFromFilesResponse |
InsertRecordsFromFilesResponse.setTypeDefinition(String typeDefinition)
A JSON string describing the columns of the target table
|
||
InsertRecordsFromFilesResponse |
InsertRecordsFromFilesResponse.setTypeId(String typeId)
ID of the currently registered table structure
InsertRecordsFromFilesResponse InsertRecordsFromFilesResponse. |
setTypeLabel(String typeLabel)
The user-defined description associated with the target table's
structure
| |
InsertRecordsFromFilesResponse |
InsertRecordsFromFilesResponse.setTypeProperties(Map<String,List<String>> typeProperties)
A mapping of each target table column name to an array of column
properties associated with that column
|
Copyright © 2025. All rights reserved.