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

Method apply_elements

datafusion/expr/src/expr.rs:590–595  ·  view source on GitHub ↗
(
        &'a self,
        mut f: F,
    )

Source from the content-addressed store, hash-verified

588
589impl<'a> TreeNodeContainer<'a, Self> for Expr {
590 fn apply_elements<F: FnMut(&'a Self) -> Result<TreeNodeRecursion>>(
591 &'a self,
592 mut f: F,
593 ) -> Result<TreeNodeRecursion> {
594 f(self)
595 }
596
597 fn map_elements<F: FnMut(Self) -> Result<Transformed<Self>>>(
598 self,

Callers 1

apply_childrenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected