GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::AlterTableColumnsResponse Struct Reference

A set of output parameters for const. More...

#include <gpudb/protocol/alter_table_columns.h>

Public Member Functions

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

Public Attributes

std::string tableName
 
std::string typeId
 
std::string typeDefinition
 
std::map< std::string,
std::vector< std::string > > 
properties
 
std::string label
 
std::vector< std::map
< std::string, std::string > > 
columnAlterations
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Apply various modifications to columns in a table, view. The available modifications include the following:

Create or delete an index on a particular column. This can speed up certain operations when using expressions containing equality or relational operators on indexed columns. This only applies to tables.

Manage a table's columns–a column can be added, removed, or have its type and properties modified.

Set or unset compression for a column.

Definition at line 158 of file alter_table_columns.h.

Constructor & Destructor Documentation

gpudb::AlterTableColumnsResponse::AlterTableColumnsResponse ( )
inline

Constructs an AlterTableColumnsResponse object with default parameter values.

Definition at line 165 of file alter_table_columns.h.

Member Data Documentation

std::vector<std::map<std::string, std::string> > gpudb::AlterTableColumnsResponse::columnAlterations

Definition at line 181 of file alter_table_columns.h.

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

Definition at line 182 of file alter_table_columns.h.

std::string gpudb::AlterTableColumnsResponse::label

Definition at line 180 of file alter_table_columns.h.

std::map<std::string, std::vector<std::string> > gpudb::AlterTableColumnsResponse::properties

Definition at line 179 of file alter_table_columns.h.

std::string gpudb::AlterTableColumnsResponse::tableName

Definition at line 176 of file alter_table_columns.h.

std::string gpudb::AlterTableColumnsResponse::typeDefinition

Definition at line 178 of file alter_table_columns.h.

std::string gpudb::AlterTableColumnsResponse::typeId

Definition at line 177 of file alter_table_columns.h.


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