GPUdb C++ API
Version 5.2.0.0
|
A set of output parameters for showTablesByType(const ShowTablesByTypeRequest&) const. More...
#include <gpudb/protocol/show_tables_by_type.h>
Public Member Functions | |
ShowTablesByTypeResponse () | |
Constructs a ShowTablesByTypeResponse object with default parameter values. More... | |
Public Attributes | |
std::vector< std::string > | tableNames |
A set of output parameters for showTablesByType(const ShowTablesByTypeRequest&) const.
Gets names of the tables from GPUdb based on the type information. Each table in GPUdb has a particular type. This type is made out of the type label, schema of the table and the semantic type of the table. This function allows a look up of the existing tables based on full or partial type information. The operation is synchronous.
Definition at line 122 of file show_tables_by_type.h.
|
inline |
Constructs a ShowTablesByTypeResponse object with default parameter values.
Definition at line 129 of file show_tables_by_type.h.
std::vector<std::string> gpudb::ShowTablesByTypeResponse::tableNames |
Definition at line 134 of file show_tables_by_type.h.