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

Method map_elements

datafusion/expr/src/expr.rs:597–602  ·  view source on GitHub ↗
(
        self,
        mut f: F,
    )

Source from the content-addressed store, hash-verified

595 }
596
597 fn map_elements<F: FnMut(Self) -> Result<Transformed<Self>>>(
598 self,
599 mut f: F,
600 ) -> Result<Transformed<Self>> {
601 f(self)
602 }
603}
604
605/// The metadata used in [`Field::metadata`].

Callers 4

map_childrenMethod · 0.45

Calls 1

map_dataMethod · 0.80

Tested by

no test coverage detected