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

A set of output parameters for showTableMetadata(const ShowTableMetadataRequest&) const. More...

#include <gpudb/protocol/show_table_metadata.h>

Public Member Functions

 ShowTableMetadataResponse ()
 Constructs a ShowTableMetadataResponse object with default parameter values. More...
 

Public Attributes

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

Detailed Description

A set of output parameters for showTableMetadata(const ShowTableMetadataRequest&) const.

Retrieves the user provided metadata for the specified tables.

Definition at line 103 of file show_table_metadata.h.

Constructor & Destructor Documentation

◆ ShowTableMetadataResponse()

gpudb::ShowTableMetadataResponse::ShowTableMetadataResponse ( )
inline

Constructs a ShowTableMetadataResponse object with default parameter values.

Definition at line 110 of file show_table_metadata.h.

Member Data Documentation

◆ metadataMaps

std::vector<std::map<std::string, std::string> > gpudb::ShowTableMetadataResponse::metadataMaps

Definition at line 117 of file show_table_metadata.h.

◆ tableNames

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

Definition at line 116 of file show_table_metadata.h.


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