Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
ShowTableMetadataResponse |
GPUdb.showTableMetadata(List<String> tableNames,
Map<String,String> options)
Retrieves the user provided metadata for the specified tables.
|
ShowTableMetadataResponse |
GPUdb.showTableMetadata(ShowTableMetadataRequest request)
Retrieves the user provided metadata for the specified tables.
|
Modifier and Type | Method and Description |
---|---|
ShowTableMetadataResponse |
ShowTableMetadataResponse.setInfo(Map<String,String> info)
Additional information.
|
ShowTableMetadataResponse |
ShowTableMetadataResponse.setMetadataMaps(List<Map<String,String>> metadataMaps)
A list of maps which contain the metadata of the tables in the order the
tables are listed in
tableNames . |
ShowTableMetadataResponse |
ShowTableMetadataResponse.setTableNames(List<String> tableNames)
Value of
tableNames . |
Copyright © 2025. All rights reserved.