Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
ShowTableResponse |
GPUdb.showTable(ShowTableRequest request)
Retrieves detailed information about a table, view, or schema, specified
in
tableName . |
ShowTableResponse |
GPUdb.showTable(String tableName,
Map<String,String> options)
Retrieves detailed information about a table, view, or schema, specified
in
tableName . |
Modifier and Type | Method and Description |
---|---|
ShowTableResponse |
ShowTableResponse.setAdditionalInfo(List<Map<String,String>> additionalInfo)
Additional information about the respective tables in
tableNames . |
ShowTableResponse |
ShowTableResponse.setFullSizes(List<Long> fullSizes)
If
GET_SIZES is TRUE , an array containing the number of records of each corresponding
table in tableNames (same values as sizes ). |
ShowTableResponse |
ShowTableResponse.setInfo(Map<String,String> info)
Additional information.
|
ShowTableResponse |
ShowTableResponse.setJoinSizes(List<Double> joinSizes)
If
GET_SIZES is TRUE , an array containing the number of unfiltered records in the cross
product of the sub-tables of each corresponding join-table in tableNames . |
ShowTableResponse |
ShowTableResponse.setProperties(List<Map<String,List<String>>> properties)
Property maps of the respective tables in
tableNames . |
ShowTableResponse |
ShowTableResponse.setSizes(List<Long> sizes)
If
GET_SIZES is TRUE , an array containing the number of records of each corresponding
table in tableNames . |
ShowTableResponse |
ShowTableResponse.setTableDescriptions(List<List<String>> tableDescriptions)
List of descriptions for the respective tables in
tableNames . |
ShowTableResponse |
ShowTableResponse.setTableName(String tableName)
Value of
tableName . |
ShowTableResponse |
ShowTableResponse.setTableNames(List<String> tableNames)
|
ShowTableResponse |
ShowTableResponse.setTotalFullSize(long totalFullSize)
|
ShowTableResponse |
ShowTableResponse.setTotalSize(long totalSize)
|
ShowTableResponse |
ShowTableResponse.setTypeIds(List<String> typeIds)
Type ids of the respective tables in
tableNames . |
ShowTableResponse |
ShowTableResponse.setTypeLabels(List<String> typeLabels)
Type labels of the respective tables in
tableNames . |
ShowTableResponse |
ShowTableResponse.setTypeSchemas(List<String> typeSchemas)
Type schemas of the respective tables in
tableNames . |
Copyright © 2025. All rights reserved.