Skip to main content

◆ hasSchema() [1/4]

HasSchemaResponse gpudb::GPUdb::hasSchema (const HasSchemaRequest &request_) const

Checks for the existence of a schema with the given name.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ 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
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
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]schemaNameName of the schema to check for existence, in root, using standard name resolution rules.
[in]optionsOptional 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]schemaNameName of the schema to check for existence, in root, using standard name resolution rules.
[in]optionsOptional 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).