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

Function spark_try_parse_url

datafusion/spark/src/function/url/try_parse_url.rs:72–77  ·  view source on GitHub ↗
(args: &[ArrayRef])

Source from the content-addressed store, hash-verified

70}
71
72fn spark_try_parse_url(args: &[ArrayRef]) -> Result<ArrayRef> {
73 spark_handled_parse_url(args, |x| match x {
74 Err(_) => Ok(None),
75 result => result,
76 })
77}

Callers

nothing calls this directly

Calls 1

spark_handled_parse_urlFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…