julianhyde commented on code in PR #3927:
URL: https://github.com/apache/calcite/pull/3927#discussion_r1727708610


##########
site/_docs/reference.md:
##########
@@ -2752,6 +2752,8 @@ In the following:
 | * | ATANH(numeric)                                 | Returns the inverse 
hyperbolic tangent of *numeric*
 | f | BITAND_AGG(value)                              | Equivalent to 
`BIT_AND(value)`
 | f | BITOR_AGG(value)                               | Equivalent to 
`BIT_OR(value)`
+| * | BITCOUNT(integer)                              | Returns the bitwise 
COUNT of non-null *integer*
+| m | BIT_COUNT(numeric)                             | Returns the bitwise 
COUNT of the integer portion of non-null *numeric*

Review Comment:
   do these functions apply to binary, varbinary , decimal, float? if so, say so



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to