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

Method plan_substring

datafusion/functions/src/planner.rs:51–55  ·  view source on GitHub ↗
(&self, args: Vec<Expr>)

Source from the content-addressed store, hash-verified

49
50 #[cfg(feature = "unicode_expressions")]
51 fn plan_substring(&self, args: Vec<Expr>) -> Result<PlannerResult<Vec<Expr>>> {
52 Ok(PlannerResult::Planned(Expr::ScalarFunction(
53 ScalarFunction::new_udf(crate::unicode::substr(), args),
54 )))
55 }
56}

Callers

nothing calls this directly

Calls 2

ScalarFunctionClass · 0.85
substrFunction · 0.85

Tested by

no test coverage detected