IntegerColumn
IntegerColumn(arg)
Methods
Name | Description |
---|---|
bit_and | Aggregate the column using the bitwise and operator. |
bit_or | Aggregate the column using the bitwise or operator. |
bit_xor | Aggregate the column using the bitwise exclusive or operator. |
bit_and
=None) bit_and(where
Aggregate the column using the bitwise and operator.
bit_or
=None) bit_or(where
Aggregate the column using the bitwise or operator.
bit_xor
=None) bit_xor(where
Aggregate the column using the bitwise exclusive or operator.