LogicalΒΆ
Boolean AND (__and__) |
|
Boolean inversion (__invert__) |
|
Boolean OR (__or__) |
|
Boolean XOR (__xor__) |
|
Indicates whether at least one value in a group is True. |
|
Indicates whether every non-null value in a group is True. |
|
Whether the value equals one of the given. |
|
Indicates whether the value is not null. |
|
Indicates whether the value is null. |
|
Replaces every null by the given value. |
|
Replaces given values by other expressions. |