GPUdb C++ API  Version 6.2.0.3
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 125 of file alter_table_metadata.h.

Constructor & Destructor Documentation

◆ AlterTableMetadataResponse()

gpudb::AlterTableMetadataResponse::AlterTableMetadataResponse ( )
inline

Constructs an AlterTableMetadataResponse object with default parameter values.

Definition at line 132 of file alter_table_metadata.h.

Member Data Documentation

◆ metadataMap

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

Definition at line 139 of file alter_table_metadata.h.

◆ tableNames

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

Definition at line 138 of file alter_table_metadata.h.


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