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) |
InsertRecordsFromFilesResponse |
InsertRecordsFromFilesResponse.setCountSkipped(long countSkipped) |
InsertRecordsFromFilesResponse |
InsertRecordsFromFilesResponse.setCountUpdated(long countUpdated) |
InsertRecordsFromFilesResponse |
InsertRecordsFromFilesResponse.setFiles(List<String> files) |
InsertRecordsFromFilesResponse |
InsertRecordsFromFilesResponse.setInfo(Map<String,String> info) |
InsertRecordsFromFilesResponse |
InsertRecordsFromFilesResponse.setTableName(String tableName) |
InsertRecordsFromFilesResponse |
InsertRecordsFromFilesResponse.setTypeDefinition(String typeDefinition) |
InsertRecordsFromFilesResponse |
InsertRecordsFromFilesResponse.setTypeId(String typeId) |
InsertRecordsFromFilesResponse |
InsertRecordsFromFilesResponse.setTypeLabel(String typeLabel) |
InsertRecordsFromFilesResponse |
InsertRecordsFromFilesResponse.setTypeProperties(Map<String,List<String>> typeProperties) |
Copyright © 2024. All rights reserved.