ibis.backends.clickhouse.ClickhouseClient.list_databases¶
-
ClickhouseClient.
list_databases
(like=None)¶ List databases in the Clickhouse cluster. Like the SHOW DATABASES command in the clickhouse-shell.
- Parameters
like (string, default None) – e.g. ‘foo*’ to match all tables starting with ‘foo’
- Returns
databases
- Return type
list of strings