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.
|
Modifier and Type | Method and Description | ||
---|---|---|---|
InsertRecordsFromFilesRequest |
InsertRecordsFromFilesRequest.setCreateTableOptions(Map<String,String> createTableOptions)
Options from
GPUdb.createTable , allowing the structure of the table to be defined
independently of the data source, when creating the target table. |
||
InsertRecordsFromFilesRequest |
InsertRecordsFromFilesRequest.setFilepaths(List<String> filepaths)
A list of file paths from which data will be sourced;
For paths in
InsertRecordsFromFilesRequest InsertRecordsFromFilesRequest. |
setModifyColumns(Map<String,Map<String,String>> modifyColumns)
Not implemented yet.
| |
InsertRecordsFromFilesRequest |
InsertRecordsFromFilesRequest.setOptions(Map<String,String> options)
Optional parameters.
|
||
InsertRecordsFromFilesRequest |
InsertRecordsFromFilesRequest.setTableName(String tableName)
Name of the table into which the data will be inserted, in
[schema_name.]table_name format, using standard
Copyright © 2025. All rights reserved. |