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

Method inputs

datafusion/optimizer/src/test/user_defined.rs:52–54  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

50 }
51
52 fn inputs(&self) -> Vec<&LogicalPlan> {
53 vec![&self.input]
54 }
55
56 fn schema(&self) -> &DFSchemaRef {
57 self.input.schema()

Callers 3

rewrite_planMethod · 0.45
analyze_internalFunction · 0.45
optimize_internalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected