ibis.backends.clickhouse.ClickhouseClient.list_tables¶
-
ClickhouseClient.
list_tables
(like=None, database=None)¶ List tables in the current (or indicated) database. Like the SHOW TABLES command in the clickhouse-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
- Return type
list of strings