Skip to content

ParsedStatement Logical Operators

ParsedStatement is an extension of the LogicalPlan abstraction for logical operators that hold exactly what was parsed from SQL statements.

ParsedStatement are never resolved and must be converted to concrete logical plans.

Implementations