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
bit_and(where=None)Aggregate the column using the bitwise and operator.
bit_or
bit_or(where=None)Aggregate the column using the bitwise or operator.
bit_xor
bit_xor(where=None)Aggregate the column using the bitwise exclusive or operator.