Uses of Class
com.gpudb.protocol.CreateUnionResponse
-
Packages that use CreateUnionResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateUnionResponse in com.gpudb
Methods in com.gpudb that return CreateUnionResponse Modifier and Type Method Description CreateUnionResponseGPUdb. createUnion(CreateUnionRequest request)Merges data from one or more tables with comparable data types into a new table.CreateUnionResponseGPUdb. createUnion(String tableName, List<String> tableNames, List<List<String>> inputColumnNames, List<String> outputColumnNames, Map<String,String> options)Merges data from one or more tables with comparable data types into a new table. -
Uses of CreateUnionResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateUnionResponse Modifier and Type Method Description CreateUnionResponseCreateUnionResponse. setInfo(Map<String,String> info)Additional information.CreateUnionResponseCreateUnionResponse. setTableName(String tableName)Value oftableName.
-