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

Method with_expr

datafusion/expr/src/expr.rs:748–751  ·  view source on GitHub ↗
(mut self, expr: Expr)

Source from the content-addressed store, hash-verified

746
747 #[doc(hidden)]
748 pub fn with_expr(mut self, expr: Expr) -> Self {
749 self.expr = Box::new(expr);
750 self
751 }
752
753 #[doc(hidden)]
754 pub fn try_map_expr(self, f: impl FnOnce(Expr) -> Result<Expr>) -> Result<Expr> {

Callers 4

with_new_exprsMethod · 0.80
select_to_planMethod · 0.80
aggregateMethod · 0.80
with_exprs_and_inputsMethod · 0.80

Calls 1

newFunction · 0.85

Tested by 1

with_exprs_and_inputsMethod · 0.64