| Package | Description | 
|---|---|
| com.gpudb | |
| com.gpudb.protocol | 
| Modifier and Type | Method and Description | 
|---|---|
CreateUnionResponse | 
GPUdb.createUnion(CreateUnionRequest request)
Merges data from one or more tables with comparable data types into a
 new table. 
 | 
CreateUnionResponse | 
GPUdb.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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CreateUnionResponse | 
CreateUnionResponse.setTableName(String tableName)  | 
Copyright © 2019. All rights reserved.