Version:

Has TableΒΆ

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

Input Parameter Description

Name Type Description
table_name string Name of the table to check for existence.
options map of strings Optional parameters. Default value is an empty map ( {} ).

Output Parameter Description

Name Type Description
table_name string Value of input parameter table_name
table_exists boolean

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

  • true
  • false