Note

This documentation is for a prior release of Kinetica. For the latest documentation, click here.

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 stringsOptional 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. Possible values are:

  • true
  • false
infomap of string to stringsAdditional information.