Modules§
Structs§
- Multi
Schema Provider - Remote
Table - Represents a remote table with a reference and schema.
- Remote
Table Ref - A multipart identifier to a remote table, view or parameterized view.
- SQLFederation
Planner - SQLFederation
Provider - SQLSchema
Provider - An in-memory schema provider for SQL tables.
- SQLTable
Source - Virtual
Execution Plan
Traits§
- SQLExecutor
- SQLTable
- Trait to represent a SQL remote table inside
SQLTableSource
. A remote table provides information such as schema, table reference, and provides hooks for rewriting the logical plan and AST before execution. This crate providesRemoteTable
as a default ready-to-use type.