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

Method inputs

datafusion/sql/tests/cases/plan_to_sql.rs:2226–2228  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

2224 }
2225
2226 fn inputs(&self) -> Vec<&LogicalPlan> {
2227 vec![&self.input]
2228 }
2229
2230 fn schema(&self) -> &DFSchemaRef {
2231 self.input.schema()

Calls

no outgoing calls

Tested by

no test coverage detected