| 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.
|
| Modifier and Type | Method and Description |
|---|---|
InsertRecordsFromFilesRequest |
InsertRecordsFromFilesRequest.setCreateTableOptions(Map<String,String> createTableOptions) |
InsertRecordsFromFilesRequest |
InsertRecordsFromFilesRequest.setFilepaths(List<String> filepaths) |
InsertRecordsFromFilesRequest |
InsertRecordsFromFilesRequest.setOptions(Map<String,String> options) |
InsertRecordsFromFilesRequest |
InsertRecordsFromFilesRequest.setTableName(String tableName) |
Copyright © 2020. All rights reserved.