◆ hasSchema() [1/4]
| HasSchemaResponse gpudb::GPUdb::hasSchema | ( | const HasSchemaRequest & | request_ | ) | const |
◆ hasSchema() [2/4]
| HasSchemaResponse & gpudb::GPUdb::hasSchema | ( | const HasSchemaRequest & | request_, |
| HasSchemaResponse & | response_ ) const |
Checks for the existence of a schema with the given name.
Parameters
Returns
Response object containing the result of the operation (initially passed in by reference).
◆ hasSchema() [3/4]
| HasSchemaResponse gpudb::GPUdb::hasSchema | ( | const std::string & | schemaName, |
| const std::map< std::string, std::string > & | options ) const |
Checks for the existence of a schema with the given name.
Parameters
| [in] | schemaName | Name of the schema to check for existence, in root, using standard name resolution rules. |
| [in] | options | Optional parameters. The default value is an empty map. |
Returns
Response object containing the result of the operation.
◆ hasSchema() [4/4]
| HasSchemaResponse & gpudb::GPUdb::hasSchema | ( | const std::string & | schemaName, |
| const std::map< std::string, std::string > & | options, | ||
| HasSchemaResponse & | response_ ) const |
Checks for the existence of a schema with the given name.
Parameters
| [in] | schemaName | Name of the schema to check for existence, in root, using standard name resolution rules. |
| [in] | options | Optional parameters. The default value is an empty map. |
| [out] | response_ | Response object containing the results of the operation. |
Returns
Response object containing the result of the operation (initially passed in by reference).