MCPcopy Create free account
hub / github.com/apache/datafusion / dml_to_sql

Method dml_to_sql

datafusion/sql/src/unparser/plan.rs:2012–2014  ·  view source on GitHub ↗
(&self, plan: &LogicalPlan)

Source from the content-addressed store, hash-verified

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,

Callers 1

plan_to_sqlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected