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

Method apply_elements

datafusion/common/src/tree_node.rs:802–807  ·  view source on GitHub ↗
(
        &'a self,
        f: F,
    )

Source from the content-addressed store, hash-verified

800 for Box<C>
801{
802 fn apply_elements<F: FnMut(&'a T) -> Result<TreeNodeRecursion>>(
803 &'a self,
804 f: F,
805 ) -> Result<TreeNodeRecursion> {
806 self.as_ref().apply_elements(f)
807 }
808
809 fn map_elements<F: FnMut(T) -> Result<Transformed<T>>>(
810 mut self,

Callers 2

apply_ref_elementsMethod · 0.45
apply_childrenMethod · 0.45

Calls 3

visit_siblingMethod · 0.80
as_refMethod · 0.45
valuesMethod · 0.45

Tested by

no test coverage detected