Function polars_lazy::dsl::binary_expr
pub fn binary_expr(l: Expr, op: Operator, r: Expr) -> Expr
Expand description
Compute op(l, r)
(or equivalently l op r
). l
and r
must have types compatible with the Operator.
pub fn binary_expr(l: Expr, op: Operator, r: Expr) -> Expr
Compute op(l, r)
(or equivalently l op r
). l
and r
must have types compatible with the Operator.