Crate datafusion_catalog
source ·Traits§
- Represents a catalog, comprising a number of named schemas.
- Represent a list of named
CatalogProviders. - Represents a schema, comprising a number of named tables.
- Interface for accessing
SessionStatefrom the catalog. - Source table
- A factory which creates
TableProviders at runtime given a URL.