Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::catalog - Rust
[go: Go Back, main page]

Module datafusion::catalog

source ·
Expand description

Interfaces and default implementations of catalogs and schemas.

Traits:

Implementations

Re-exports§

Modules§

Structs§

Enums§

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

Traits§

Functions§

  • Collects all tables and views referenced in the SQL statement. CTEs are collected separately. This can be used to determine which tables need to be in the catalog for a query to be planned.