GPUdb C++ API  Version 5.2.0.0
gpudb::AlterTableMetadataResponse Struct Reference

A set of output parameters for alterTableMetadata(const AlterTableMetadataRequest&) const. More...

#include <gpudb/protocol/alter_table_metadata.h>

Public Member Functions

 AlterTableMetadataResponse ()
 Constructs an AlterTableMetadataResponse object with default parameter values. More...
 

Public Attributes

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

Detailed Description

A set of output parameters for alterTableMetadata(const AlterTableMetadataRequest&) const.

Updates (adds or changes) metadata for tables. The metadata key and values must both be strings. This is an easy way to annotate whole tables rather than single records within tables. Some examples of metadata are owner of the table, table creation timestamp etc.

Definition at line 126 of file alter_table_metadata.h.

Constructor & Destructor Documentation

gpudb::AlterTableMetadataResponse::AlterTableMetadataResponse ( )
inline

Constructs an AlterTableMetadataResponse object with default parameter values.

Definition at line 133 of file alter_table_metadata.h.

Member Data Documentation

std::map<std::string, std::string> gpudb::AlterTableMetadataResponse::metadataMap

Definition at line 140 of file alter_table_metadata.h.

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

Definition at line 139 of file alter_table_metadata.h.


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