GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::showTableMetadata. More...
#include <gpudb/protocol/show_table_metadata.h>
Public Member Functions | |
ShowTableMetadataResponse () | |
Constructs a ShowTableMetadataResponse object with default parameters. More... | |
Public Attributes | |
std::vector< std::string > | tableNames |
Value of tableNames. More... | |
std::vector< std::map< std::string, std::string > > | metadataMaps |
A list of maps which contain the metadata of the tables in the order the tables are listed in tableNames. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::showTableMetadata.
Definition at line 115 of file show_table_metadata.h.
|
inline |
Constructs a ShowTableMetadataResponse object with default parameters.
Definition at line 121 of file show_table_metadata.h.
std::map<std::string, std::string> gpudb::ShowTableMetadataResponse::info |
Additional information.
Definition at line 145 of file show_table_metadata.h.
std::vector<std::map<std::string, std::string> > gpudb::ShowTableMetadataResponse::metadataMaps |
A list of maps which contain the metadata of the tables in the order the tables are listed in tableNames.
Each map has (metadata attribute name, metadata attribute value) pairs.
Definition at line 140 of file show_table_metadata.h.
std::vector<std::string> gpudb::ShowTableMetadataResponse::tableNames |
Value of tableNames.
Definition at line 132 of file show_table_metadata.h.