class BitAnd(expression, **extra)
[source]
Returns an int
of the bitwise AND
of all non-null input values, or None
if all values are null.
class BitAnd(expression, **extra)
[source]
Returns an int
of the bitwise AND
of all non-null input values, or None
if all values are null.
Please login to continue.