Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ inputs
Method
inputs
datafusion/optimizer/src/push_down_limit.rs:326–328 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
324
}
325
326
fn inputs(&self) -> Vec<&LogicalPlan> {
327
self.input.iter().collect()
328
}
329
330
fn schema(&self) -> &DFSchemaRef {
331
&self.schema
Callers
9
extract_from_plan
Function · 0.45
try_push_into_inputs
Function · 0.45
rewrite_plan
Method · 0.45
collect_local_correlated_cols
Function · 0.45
rewrite
Method · 0.45
binary_plan_children_is_empty
Function · 0.45
empty_child
Function · 0.45
can_flatten_join_inputs
Function · 0.45
check_null_equality_preserved
Function · 0.45
Calls
2
collect
Method · 0.80
iter
Method · 0.45
Tested by
no test coverage detected