pub struct SqlToRel<'a, S: ContextProvider> { /* private fields */ }
Expand description

SQL query planner

Implementations

Create a new query planner

Generate a logical plan from an DataFusion SQL statement

Generate a logical plan from an SQL statement

Generate a logical plan from an SQL query

Generate a logical plan from a SQL subquery

Generate a logic plan from an SQL query with optional alias

Generate a logical plan from a CREATE EXTERNAL TABLE statement

Generate a plan for EXPLAIN … that will print out a plan

Generate a relational expression from a SQL expression

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.