(&self, plan: &LogicalPlan)
| 2010 | } |
| 2011 | |
| 2012 | fn dml_to_sql(&self, plan: &LogicalPlan) -> Result<ast::Statement> { |
| 2013 | not_impl_err!("Unsupported plan: {plan:?}") |
| 2014 | } |
| 2015 | |
| 2016 | /// Generates appropriate projection expression for empty projection lists. |
| 2017 | /// Returns an empty vec for dialects supporting empty select lists, |