Function polars::prelude::ternary_expr

source ·
pub fn ternary_expr(predicate: Expr, truthy: Expr, falsy: Expr) -> Expr
Available on crate feature lazy only.