Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
InsertRecordsFromFilesResponse |
GPUdb.insertRecordsFromFiles(InsertRecordsFromFilesRequest request)
Reads from one or more files located on the server and inserts the data
into a new or existing table.
|
InsertRecordsFromFilesResponse |
GPUdb.insertRecordsFromFiles(String tableName,
List<String> filepaths,
Map<String,String> createTableOptions,
Map<String,String> options)
Reads from one or more files located on the server 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.setInfo(Map<String,String> info) |
InsertRecordsFromFilesResponse |
InsertRecordsFromFilesResponse.setTableName(String tableName) |
InsertRecordsFromFilesResponse |
InsertRecordsFromFilesResponse.setTypeId(String typeId) |
Copyright © 2020. All rights reserved.