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

Method create_physical_expr

datafusion/core/src/execution/session_state.rs:277–283  ·  view source on GitHub ↗
(
        &self,
        expr: Expr,
        df_schema: &DFSchema,
    )

Source from the content-addressed store, hash-verified

275 }
276
277 fn create_physical_expr(
278 &self,
279 expr: Expr,
280 df_schema: &DFSchema,
281 ) -> datafusion_common::Result<Arc<dyn PhysicalExpr>> {
282 self.create_physical_expr(expr, df_schema)
283 }
284
285 fn scalar_functions(&self) -> &HashMap<String, Arc<ScalarUDF>> {
286 &self.scalar_functions

Callers

nothing calls this directly

Calls 13

newFunction · 0.85
create_physical_exprFunction · 0.85
with_config_optionsMethod · 0.80
function_rewritesMethod · 0.80
transform_upMethod · 0.80
config_optionsMethod · 0.45
buildMethod · 0.45
with_schemaMethod · 0.45
cloneMethod · 0.45
execution_propsMethod · 0.45
coerceMethod · 0.45

Tested by

no test coverage detected