DB_Column.&&
&&other
Group: Operators
Aliases: and
Documentation
Element-wise boolean conjunction.
Returns a column containing the result of performing the boolean and
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 conjunction with.