ibis.impala.api.ImpalaClient.list_tables¶
-
ImpalaClient.
list_tables
(like=None, database=None)¶ List tables in the current (or indicated) database. Like the SHOW TABLES command in the impala-shell.
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: tables : list of strings