Skip to main content

◆ showTableMetadata() [1/4]

ShowTableMetadataResponse gpudb::GPUdb::showTableMetadata (const ShowTableMetadataRequest &request_) const

Retrieves the user provided metadata for the specified tables.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ showTableMetadata() [2/4]

ShowTableMetadataResponse & gpudb::GPUdb::showTableMetadata (const ShowTableMetadataRequest &request_,
ShowTableMetadataResponse &response_ ) const

Retrieves the user provided metadata for the specified tables.

Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
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]tableNamesNames 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]optionsOptional 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]tableNamesNames 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]optionsOptional 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).