Uses of Class
com.gpudb.protocol.CreateUnionRequest
-
Packages that use CreateUnionRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateUnionRequest in com.gpudb
Methods in com.gpudb with parameters of type CreateUnionRequest Modifier and Type Method Description CreateUnionResponseGPUdb. createUnion(CreateUnionRequest request)Merges data from one or more tables with comparable data types into a new table. -
Uses of CreateUnionRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateUnionRequest Modifier and Type Method Description CreateUnionRequestCreateUnionRequest. setInputColumnNames(List<List<String>> inputColumnNames)The list of columns from each of the corresponding input tables.CreateUnionRequestCreateUnionRequest. setOptions(Map<String,String> options)Optional parameters.CreateUnionRequestCreateUnionRequest. setOutputColumnNames(List<String> outputColumnNames)The list of names of the columns to be stored in the output table.CreateUnionRequestCreateUnionRequest. 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.CreateUnionRequestCreateUnionRequest. setTableNames(List<String> tableNames)The list of table names to merge, in [schema_name.]table_name format, using standard name resolution rules.
-