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

Method children

datafusion/physical-expr-common/src/tree_node.rs:92–94  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

90
91impl<T> ConcreteTreeNode for ExprContext<T> {
92 fn children(&self) -> &[Self] {
93 &self.children
94 }
95
96 fn take_children(mut self) -> (Self, Vec<Self>) {
97 let children = std::mem::take(&mut self.children);

Callers 3

new_unknownMethod · 0.45
arc_childrenMethod · 0.45
new_defaultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected