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

Method children

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

Source from the content-addressed store, hash-verified

102
103impl<T> ConcreteTreeNode for PlanContext<T> {
104 fn children(&self) -> &[Self] {
105 &self.children
106 }
107
108 fn take_children(mut self) -> (Self, Vec<Self>) {
109 let children = std::mem::take(&mut self.children);

Callers 2

arc_childrenMethod · 0.45
new_defaultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected