Skip to main content

variant_get

Function variant_get 

Source
pub fn variant_get(
    child: BoundExpression,
    path: impl Into<VariantPath>,
    dtype: Option<DType>,
) -> BoundExpression
Expand description

Creates a bound expression that extracts a path from a Variant expression.