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