ibis.backends.postgres.PostgreSQLClient.list_tables¶
-
PostgreSQLClient.
list_tables
(like=None, database=None, schema=None)¶ List tables/views in the current or indicated database.
- Parameters
like – Checks for this string contained in name
database – If not passed, uses the current database
schema – The schema namespace that tables should be listed from
- Returns
- Return type
List[str]