Version:

has_tableΒΆ

GPUdb.has_table( table_name = None, options = {} )

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

Input Parameter Description

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

Output Parameter Description

Name Type Description
table_name str Value of input parameter table_name
table_exists bool

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

  • True
  • False