GPUdb C++ API
Version 6.2.0.3
|
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 |
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.
|
inline |
Constructs an AlterTableMetadataResponse object with default parameter values.
Definition at line 132 of file alter_table_metadata.h.
std::map<std::string, std::string> gpudb::AlterTableMetadataResponse::metadataMap |
Definition at line 139 of file alter_table_metadata.h.
std::vector<std::string> gpudb::AlterTableMetadataResponse::tableNames |
Definition at line 138 of file alter_table_metadata.h.