Skip to main content

zip_expr

Function zip_expr 

Source
pub fn zip_expr(
    mask: BoundExpression,
    if_true: BoundExpression,
    if_false: BoundExpression,
) -> BoundExpression
Expand description

Creates a bound zip expression that conditionally selects between two arrays.