Module datafusion::catalog [−][src]
This module contains interfaces and default implementations of table namespacing concepts, including catalogs and schemas.
Modules
catalog | Describes the interface and built-in implementations of catalogs, representing collections of named schemas. |
information_schema | Implements the SQL [Information Schema] for DataFusion. |
schema | Describes the interface and built-in implementations of schemas, representing collections of named tables. |
Structs
ResolvedTableReference | Represents a resolved path to a table of the form “catalog.schema.table” |
Enums
TableReference | Represents a path to a table that may require further resolution |