Module datafusion::catalog
source · Expand description
This module contains interfaces and default implementations of table namespacing concepts, including catalogs and schemas.
Modules
- Describes the interface and built-in implementations of catalogs, representing collections of named schemas.
- listing_schema contains a SchemaProvider that scans ObjectStores for tables automatically
- Describes the interface and built-in implementations of schemas, representing collections of named tables.
Structs
- A resolved path to a table of the form “catalog.schema.table”
Enums
- Represents a path to a table that may require further resolution