◆ showTablesByType() [1/4]
| ShowTablesByTypeResponse gpudb::GPUdb::showTablesByType | ( | const ShowTablesByTypeRequest & | request_ | ) | const |
Gets names of the tables whose type matches the given criteria.
Each table has a particular type. This type comprises the schema and properties of the table and sometimes a type label. This function allows a look up of the existing tables based on full or partial type information. The operation is synchronous.
| [in] | request_ | Request object containing the parameters for the operation. |
◆ showTablesByType() [2/4]
| ShowTablesByTypeResponse & gpudb::GPUdb::showTablesByType | ( | const ShowTablesByTypeRequest & | request_, |
| ShowTablesByTypeResponse & | response_ ) const |
Gets names of the tables whose type matches the given criteria.
Each table has a particular type. This type comprises the schema and properties of the table and sometimes a type label. This function allows a look up of the existing tables based on full or partial type information. The operation is synchronous.
◆ showTablesByType() [3/4]
| ShowTablesByTypeResponse gpudb::GPUdb::showTablesByType | ( | const std::string & | typeId, |
| const std::string & | label, | ||
| const std::map< std::string, std::string > & | options ) const |
Gets names of the tables whose type matches the given criteria.
Each table has a particular type. This type comprises the schema and properties of the table and sometimes a type label. This function allows a look up of the existing tables based on full or partial type information. The operation is synchronous.
| [in] | typeId | Type id returned by a call to createType. |
| [in] | label | Optional user supplied label which can be used instead of the type_id to retrieve all tables with the given label. |
| [in] | options | Optional parameters. The default value is an empty map. |
◆ showTablesByType() [4/4]
| ShowTablesByTypeResponse & gpudb::GPUdb::showTablesByType | ( | const std::string & | typeId, |
| const std::string & | label, | ||
| const std::map< std::string, std::string > & | options, | ||
| ShowTablesByTypeResponse & | response_ ) const |
Gets names of the tables whose type matches the given criteria.
Each table has a particular type. This type comprises the schema and properties of the table and sometimes a type label. This function allows a look up of the existing tables based on full or partial type information. The operation is synchronous.
| [in] | typeId | Type id returned by a call to createType. |
| [in] | label | Optional user supplied label which can be used instead of the type_id to retrieve all tables with the given label. |
| [in] | options | Optional parameters. The default value is an empty map. |
| [out] | response_ | Response object containing the results of the operation. |