Module datafusion::catalog

source ·
Expand description

Interfaces and default implementations of catalogs and schemas.

Modules§

  • Implements the SQL Information Schema for DataFusion.
  • 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§

Enums§

  • A multi part identifier (path) to a table that may require further resolution (e.g. foo.bar).

Traits§