Uses of Class
com.gpudb.protocol.InsertRecordsFromFilesRequest
-
Packages that use InsertRecordsFromFilesRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of InsertRecordsFromFilesRequest in com.gpudb
Methods in com.gpudb with parameters of type InsertRecordsFromFilesRequest Modifier and Type Method Description InsertRecordsFromFilesResponseGPUdb. insertRecordsFromFiles(InsertRecordsFromFilesRequest request)Reads from one or more files and inserts the data into a new or existing table. -
Uses of InsertRecordsFromFilesRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return InsertRecordsFromFilesRequest Modifier and Type Method Description InsertRecordsFromFilesRequestInsertRecordsFromFilesRequest. setCreateTableOptions(Map<String,String> createTableOptions)Options fromGPUdb.createTable, allowing the structure of the table to be defined independently of the data source, when creating the target table.InsertRecordsFromFilesRequestInsertRecordsFromFilesRequest. setFilepaths(List<String> filepaths)A list of file paths from which data will be sourced;InsertRecordsFromFilesRequestInsertRecordsFromFilesRequest. setModifyColumns(Map<String,Map<String,String>> modifyColumns)Not implemented yet.InsertRecordsFromFilesRequestInsertRecordsFromFilesRequest. setOptions(Map<String,String> options)Optional parameters.InsertRecordsFromFilesRequestInsertRecordsFromFilesRequest. setTableName(String tableName)Name of the table into which the data will be inserted, in [schema_name.]table_name format, using standard name resolution rules.
-