DB_Column.||
||other
Group: Operators
Aliases: or
Documentation
Element-wise boolean disjunction.
Returns a column containing the result of performing the boolean or
on other
and each element of self
. If other
is a column, the operation is performed pairwise between corresponding elements of self
and other
.
Arguments
other
: The other column to compute the disjunction with.