Module sql

Source

Modules§

ast_analyzer

Structs§

MultiSchemaProvider
RemoteTable
Represents a remote table with a reference and schema.
RemoteTableRef
A multipart identifier to a remote table, view or parameterized view.
SQLFederationPlanner
SQLFederationProvider
SQLSchemaProvider
An in-memory schema provider for SQL tables.
SQLTableSource
VirtualExecutionPlan

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 provides RemoteTable as a default ready-to-use type.

Type Aliases§

AstAnalyzer
LogicalOptimizer
SQLExecutorRef