herunkang2018 commented on code in PR #3319:
URL: https://github.com/apache/calcite/pull/3319#discussion_r1290124839


##########
site/_docs/reference.md:
##########
@@ -2678,6 +2678,7 @@ BigQuery's type system uses confusingly different names 
for types and functions:
 | * | ATANH(numeric)                                 | Returns the inverse 
hyperbolic tangent of *numeric*
 | s | BIT_LENGTH(binary)                             | Returns the bit length 
of *binary*
 | s | BIT_LENGTH(string)                             | Returns the bit length 
of *string*
+| s | BIT_GET(value, position)                       | Returns the bit (0 or 
1) value at the specified *position* of *value*. The positions are numbered 
from right to left, starting at zero. The *position* argument cannot be negative

Review Comment:
   The supported type is `NUMERIC` type.



-- 
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