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

Method arc_children

datafusion/physical-plan/src/tree_node.rs:29–31  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

27
28impl DynTreeNode for dyn ExecutionPlan {
29 fn arc_children(&self) -> Vec<&Arc<Self>> {
30 self.children()
31 }
32
33 fn with_new_arc_children(
34 &self,

Callers 2

apply_childrenMethod · 0.45
map_childrenMethod · 0.45

Calls 1

childrenMethod · 0.45

Tested by

no test coverage detected