Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
CreateJoinTableResponse |
GPUdb.createJoinTable(CreateJoinTableRequest request)
Creates a table that is the result of a SQL JOIN.
|
CreateJoinTableResponse |
GPUdb.createJoinTable(String joinTableName,
List<String> tableNames,
List<String> columnNames,
List<String> expressions,
Map<String,String> options)
Creates a table that is the result of a SQL JOIN.
|
Modifier and Type | Method and Description |
---|---|
CreateJoinTableResponse |
CreateJoinTableResponse.setCount(long count)
The number of records in the join table filtered by the given select
expression.
|
CreateJoinTableResponse |
CreateJoinTableResponse.setInfo(Map<String,String> info)
Additional information.
|
CreateJoinTableResponse |
CreateJoinTableResponse.setJoinTableName(String joinTableName)
Value of
joinTableName . |
Copyright © 2025. All rights reserved.