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 logic plan from an SQL query

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

Performs the conversion.

Performs the conversion.

Should always be Self

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.