Skip to content

Commit a9fbd95

Browse files
authored
DOCSP-30115 bitAnd Empty Array Behavior (#3334)
1 parent 2fc6ba0 commit a9fbd95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/reference/operator/aggregation/bitAnd.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Behavior
3838

3939
.. include:: /includes/fact-bitwise-type-error.rst
4040

41+
If the argument is an empty array, the operation returns ``NumberInt(-1)``.
42+
4143
If any of the operands equate to ``null``, the operation returns ``null``.
4244

4345
Examples

0 commit comments

Comments
 (0)