Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ arc_children
Method
arc_children
datafusion/physical-expr-common/src/tree_node.rs:29–31 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
27
28
impl DynTreeNode for dyn PhysicalExpr {
29
fn arc_children(&self) -> Vec<&Arc<Self>> {
30
self.children()
31
}
32
33
fn with_new_arc_children(
34
&self,
Callers
nothing calls this directly
Calls
1
children
Method · 0.45
Tested by
no test coverage detected