Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_plan
Method · 0.45
analyze_internal
Function · 0.45
optimize_internal
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected