Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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()
Callers
4
find_agg_node_within_select
Function · 0.45
find_unnest_node_within_select
Function · 0.45
find_unnest_node_until_relation
Function · 0.45
find_window_nodes_within_select
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected