ibis.backends.spark.SparkClient.list_tables¶
-
SparkClient.
list_tables
(like=None, database=None)¶ List tables in the current (or indicated) database. Like the SHOW TABLES command.
- Parameters
like (string, default None) – e.g. ‘foo*’ to match all tables starting with ‘foo’
database (string, default None) – If not passed, uses the current/default database
- Returns
results
- Return type
list of strings