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.setInfo(Map<String,String> info) |
CreateUnionResponse |
CreateUnionResponse.setTableName(String tableName) |
Copyright © 2020. All rights reserved.