◆ showTableMetadata() [1/4]
| ShowTableMetadataResponse gpudb::GPUdb::showTableMetadata | ( | const ShowTableMetadataRequest & | request_ | ) | const |
◆ showTableMetadata() [2/4]
| ShowTableMetadataResponse & gpudb::GPUdb::showTableMetadata | ( | const ShowTableMetadataRequest & | request_, |
| ShowTableMetadataResponse & | response_ ) const |
Retrieves the user provided metadata for the specified tables.
Parameters
Returns
Response object containing the result of the operation (initially passed in by reference).
◆ showTableMetadata() [3/4]
| ShowTableMetadataResponse gpudb::GPUdb::showTableMetadata | ( | const std::vector< std::string > & | tableNames, |
| const std::map< std::string, std::string > & | options ) const |
Retrieves the user provided metadata for the specified tables.
Parameters
| [in] | tableNames | Names of tables whose metadata will be fetched, in [schema_name.]table_name format, using standard name resolution rules. All provided tables must exist, or an error is returned. |
| [in] | options | Optional parameters. The default value is an empty map. |
Returns
Response object containing the result of the operation.
◆ showTableMetadata() [4/4]
| ShowTableMetadataResponse & gpudb::GPUdb::showTableMetadata | ( | const std::vector< std::string > & | tableNames, |
| const std::map< std::string, std::string > & | options, | ||
| ShowTableMetadataResponse & | response_ ) const |
Retrieves the user provided metadata for the specified tables.
Parameters
| [in] | tableNames | Names of tables whose metadata will be fetched, in [schema_name.]table_name format, using standard name resolution rules. All provided tables must exist, or an error is returned. |
| [in] | options | Optional parameters. The default value is an empty map. |
| [out] | response_ | Response object containing the results of the operation. |
Returns
Response object containing the result of the operation (initially passed in by reference).