datafusion.catalog¶
Data catalog providers.
Classes¶
DataFusion data catalog. |
|
DataFusion Database. |
|
DataFusion table. |
Module Contents¶
- class datafusion.catalog.Catalog(catalog: datafusion._internal.Catalog)¶
DataFusion data catalog.
This constructor is not typically called by the end user.
- database(name: str = 'public') Database ¶
Returns the database with the given
name
from this catalog.
- names() list[str] ¶
Returns the list of databases in this catalog.
- catalog¶