Has Table

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

Input Parameter Description

NameTypeDescription
table_namestringName of the table to check for existence, in [schema_name.]table_name format, using standard name resolution rules.
optionsmap of string to strings

Optional parameters.

The default value is an empty map ( {} ).

Output Parameter Description

NameTypeDescription
table_namestringValue of input parameter table_name.
table_existsboolean

Indicates whether the table exists or not.

The supported values are:

  • true
  • false
infomap of string to stringsAdditional information.