GPUdb C++ API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::ShowTableMetadataRequest Struct Reference

A set of input parameters for const. More...

#include <gpudb/protocol/show_table_metadata.h>

Public Member Functions

 ShowTableMetadataRequest ()
 Constructs a ShowTableMetadataRequest object with default parameter values. More...
 
 ShowTableMetadataRequest (const std::vector< std::string > &tableNames_, const std::map< std::string, std::string > &options_)
 Constructs a ShowTableMetadataRequest object with the specified parameters. More...
 

Public Attributes

std::vector< std::string > tableNames
 
std::map< std::string,
std::string > 
options
 

Detailed Description

A set of input parameters for const.

Retrieves the user provided metadata for the specified tables.

Definition at line 18 of file show_table_metadata.h.

Constructor & Destructor Documentation

gpudb::ShowTableMetadataRequest::ShowTableMetadataRequest ( )
inline

Constructs a ShowTableMetadataRequest object with default parameter values.

Definition at line 25 of file show_table_metadata.h.

gpudb::ShowTableMetadataRequest::ShowTableMetadataRequest ( const std::vector< std::string > &  tableNames_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs a ShowTableMetadataRequest object with the specified parameters.

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.

Definition at line 45 of file show_table_metadata.h.

Member Data Documentation

std::map<std::string, std::string> gpudb::ShowTableMetadataRequest::options

Definition at line 52 of file show_table_metadata.h.

std::vector<std::string> gpudb::ShowTableMetadataRequest::tableNames

Definition at line 51 of file show_table_metadata.h.


The documentation for this struct was generated from the following file: