Apply logical OR on two expressions
Description
Combine two boolean expressions with OR.
Usage
<Expr>$or(other)
Arguments
other
|
numeric or string value; accepts expression input. |
Value
Expr
Examples
#> polars Expr: [(true) | (false)]
#> polars Expr: [(true) | (true)]