GPUdb C++ API  Version 7.2.2.4
gpudb::ShowTableMetadataResponse Struct Reference

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...
 

Detailed Description

A set of results returned by GPUdb::showTableMetadata.

Definition at line 115 of file show_table_metadata.h.

Constructor & Destructor Documentation

◆ ShowTableMetadataResponse()

gpudb::ShowTableMetadataResponse::ShowTableMetadataResponse ( )
inline

Constructs a ShowTableMetadataResponse object with default parameters.

Definition at line 121 of file show_table_metadata.h.

Member Data Documentation

◆ info

std::map<std::string, std::string> gpudb::ShowTableMetadataResponse::info

Additional information.

Definition at line 145 of file show_table_metadata.h.

◆ metadataMaps

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.

◆ tableNames

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

Value of tableNames.

Definition at line 132 of file show_table_metadata.h.


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