We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635f163 commit b2f326aCopy full SHA for b2f326a
src/sql/logical.rs
@@ -85,12 +85,10 @@ impl PyLogicalPlan {
85
| LogicalPlan::Union(_)
86
| LogicalPlan::Statement(_)
87
| LogicalPlan::Values(_)
88
- | LogicalPlan::Prepare(_)
89
| LogicalPlan::Dml(_)
90
| LogicalPlan::Ddl(_)
91
| LogicalPlan::Copy(_)
92
| LogicalPlan::DescribeTable(_)
93
- | LogicalPlan::Execute(_)
94
| LogicalPlan::RecursiveQuery(_) => Err(py_unsupported_variant_err(format!(
95
"Conversion of variant not implemented: {:?}",
96
self.plan
0 commit comments