| Package | Description |
|---|---|
| com.gpudb | |
| com.gpudb.protocol |
| Modifier and Type | Method and Description |
|---|---|
CreateUnionResponse |
GPUdb.createUnion(CreateUnionRequest request)
Performs a union (concatenation) of one or more existing tables
or views, the results of which are stored in a new view.
|
CreateUnionResponse |
GPUdb.createUnion(String tableName,
List<String> tableNames,
List<List<String>> inputColumnNames,
List<String> outputColumnNames,
Map<String,String> options)
Performs a union (concatenation) of one or more existing tables
or views, the results of which are stored in a new view.
|
| Modifier and Type | Method and Description |
|---|---|
CreateUnionResponse |
CreateUnionResponse.setTableName(String tableName) |
Copyright © 2017. All rights reserved.