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

Function union_extract

datafusion/functions/src/core/mod.rs:163–165  ·  view source on GitHub ↗
(arg1: Expr, arg2: impl Literal)

Source from the content-addressed store, hash-verified

161 #[doc = "Returns the value of the field with the given name from the union when it's selected, or NULL otherwise"]
162 #[expect(clippy::needless_pass_by_value)]
163 pub fn union_extract(arg1: Expr, arg2: impl Literal) -> Expr {
164 super::union_extract().call(vec![arg1, arg2.lit()])
165 }
166}
167
168/// Returns all DataFusion functions defined in this package

Callers 1

invoke_with_argsMethod · 0.85

Calls 1

callMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…