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)
Additional information.
|
CreateUnionResponse |
CreateUnionResponse.setTableName(String tableName)
Value of
tableName . |
Copyright © 2025. All rights reserved.