Add note about NULL handling in BIT_COUNT function#10352
Conversation
Clarified behavior of BIT_COUNT with NULL values.
|
@way0utwest : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
1 similar comment
|
@way0utwest : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit aa8de06: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
There was a problem hiding this comment.
Pull request overview
Clarifies the documented behavior of BIT_COUNT when the input expression is NULL, ensuring readers understand the function’s null-propagation behavior.
Changes:
- Added a note stating that
BIT_COUNTreturnsNULLwhen passed aNULLexpression.
|
Learn Build status updates of commit 93195ff: ✅ Validation status: passed
For more details, please refer to the build report. |
Clarified behavior of BIT_COUNT with NULL values.