Note
This documentation is for a prior release of Kinetica. For the latest documentation, click here.
Checks the existence of a proc with the given name.
Input Parameter Description
| Name | Type | Description | 
|---|---|---|
| proc_name | string | Name of the proc to check for existence. | 
| options | map of string to strings | Optional parameters. The default value is an empty map ( {} ). | 
Output Parameter Description
| Name | Type | Description | 
|---|---|---|
| proc_name | string | Value of input parameter proc_name | 
| proc_exists | boolean | Indicates whether the proc exists or not. Possible values are: 
  | 
| info | map of string to strings | Additional information. |