Checks for the existence of a table with the given name.
| Name | Type | Description |
|---|---|---|
| table_name | string | Name of the table to check for existence. |
| options | map of string to strings | Optional parameters. The default value is an empty map ( {} ). |
| Name | Type | Description |
|---|---|---|
| table_name | string | Value of input parameter table_name |
| table_exists | boolean | Indicates whether the table exists or not. Possible values are:
|