Function datafusion::physical_plan::functions::create_physical_expr
source · pub fn create_physical_expr(
fun: &BuiltinScalarFunction,
input_phy_exprs: &[Arc<dyn PhysicalExpr>],
input_schema: &Schema,
execution_props: &ExecutionProps
) -> Result<Arc<dyn PhysicalExpr>, DataFusionError>
Expand description
Create a physical (function) expression.
This function errors when args
’ can’t be coerced to a valid argument type of the function.