Uses of Class
com.gpudb.protocol.CreateTableExternalRequest
-
Packages that use CreateTableExternalRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateTableExternalRequest in com.gpudb
Methods in com.gpudb with parameters of type CreateTableExternalRequest Modifier and Type Method Description CreateTableExternalResponseGPUdb. createTableExternal(CreateTableExternalRequest request)Creates a new external table, which is a local database object whose source data is located externally to the database. -
Uses of CreateTableExternalRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateTableExternalRequest Modifier and Type Method Description CreateTableExternalRequestCreateTableExternalRequest. setCreateTableOptions(Map<String,String> createTableOptions)Options fromGPUdb.createTable, allowing the structure of the table to be defined independently of the data source.CreateTableExternalRequestCreateTableExternalRequest. setFilepaths(List<String> filepaths)A list of file paths from which data will be sourced;CreateTableExternalRequestCreateTableExternalRequest. setModifyColumns(Map<String,Map<String,String>> modifyColumns)Not implemented yet.CreateTableExternalRequestCreateTableExternalRequest. setOptions(Map<String,String> options)Optional parameters.CreateTableExternalRequestCreateTableExternalRequest. setTableName(String tableName)Name of the table to be created, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria.
-