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


##########
site/_docs/reference.md:
##########
@@ -2728,6 +2729,7 @@ BigQuery's type system uses confusingly different names 
for types and functions:
 | b | FORMAT_DATETIME(string, timestamp)             | Formats *timestamp* 
according to the specified format *string*
 | b | FORMAT_TIME(string, time)                      | Formats *time* 
according to the specified format *string*
 | b | FORMAT_TIMESTAMP(string timestamp)             | Formats *timestamp* 
according to the specified format *string*
+| s | GETBIT(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:
   It would be more concise. I will fix it soon.



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