Version:

has_procΒΆ

GPUdb.has_proc( proc_name = None, options = {} )

Checks the existence of a proc with the given name.

Input Parameter Description

Name Type Description
proc_name str Name of the proc to check for existence.
options dict of str Optional parameters. Default value is an empty dict ( {} ).

Output Parameter Description

Name Type Description
proc_name str Value of input parameter proc_name
proc_exists bool

Indicates whether the proc exists or not. The allowed values are:

  • True
  • False