Function union_extract

Source
pub fn union_extract(arg1: Expr, arg2: impl Literal) -> Expr
Available on crate feature core_expressions only.
Expand description

Returns the value of the field with the given name from the union when it’s selected, or NULL otherwise