Function polars_lazy::dsl::ternary_expr[][src]

pub fn ternary_expr(predicate: Expr, truthy: Expr, falsy: Expr) -> Expr
This is supported on crate feature compile only.