Skip to main content

A set of results returned by GPUdb::showTablesByType. More…

#include <gpudb/protocol/show_tables_by_type.h>

Public Member Functions

 ShowTablesByTypeResponse ()
 Constructs a ShowTablesByTypeResponse object with default parameters.
 

Public Attributes

std::vector< std::string > tableNames
 List of tables matching the input criteria.
 
std::map< std::string, std::string > info
 Additional information.
 

Detailed Description

A set of results returned by GPUdb::showTablesByType.

Definition at line 129 of file show_tables_by_type.h.

Constructor & Destructor Documentation

◆ ShowTablesByTypeResponse()

gpudb::ShowTablesByTypeResponse::ShowTablesByTypeResponse ()
inline

Constructs a ShowTablesByTypeResponse object with default parameters.

Definition at line 135 of file show_tables_by_type.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 149 of file show_tables_by_type.h.

◆ tableNames

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

List of tables matching the input criteria.

Definition at line 144 of file show_tables_by_type.h.


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