GPUdb C++ API
Version 5.2.0.0
|
A set of input parameters for showTableMetadata(const ShowTableMetadataRequest&) 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 |
A set of input parameters for showTableMetadata(const ShowTableMetadataRequest&) const.
Retrieves the user provided metadata for the specified tables.
Definition at line 18 of file show_table_metadata.h.
|
inline |
Constructs a ShowTableMetadataRequest object with default parameter values.
Definition at line 25 of file show_table_metadata.h.
|
inline |
Constructs a ShowTableMetadataRequest object with the specified parameters.
[in] | tableNames | Tables whose metadata will be fetched. All provided tables must exist in GPUdb, or GPUdb returns an error. |
[in] | options | Optional parameters. Default value is an empty std::map. |
Definition at line 42 of file show_table_metadata.h.
std::map<std::string, std::string> gpudb::ShowTableMetadataRequest::options |
Definition at line 49 of file show_table_metadata.h.
std::vector<std::string> gpudb::ShowTableMetadataRequest::tableNames |
Definition at line 48 of file show_table_metadata.h.