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

Method with_exprs_and_inputs

datafusion/expr/src/logical_plan/extension.rs:352–358  ·  view source on GitHub ↗
(
        &self,
        exprs: Vec<Expr>,
        inputs: Vec<LogicalPlan>,
    )

Source from the content-addressed store, hash-verified

350 }
351
352 fn with_exprs_and_inputs(
353 &self,
354 exprs: Vec<Expr>,
355 inputs: Vec<LogicalPlan>,
356 ) -> Result<Arc<dyn UserDefinedLogicalNode>> {
357 Ok(Arc::new(self.with_exprs_and_inputs(exprs, inputs)?))
358 }
359
360 fn necessary_children_exprs(
361 &self,

Callers 3

recompute_schemaMethod · 0.45
with_new_exprsMethod · 0.45
rewrite_extension_inputsFunction · 0.45

Calls 1

newFunction · 0.85

Tested by

no test coverage detected