chucheng92 commented on code in PR #3298:
URL: https://github.com/apache/calcite/pull/3298#discussion_r1257168474


##########
site/_docs/reference.md:
##########
@@ -2827,6 +2827,8 @@ BigQuery's type system uses confusingly different names 
for types and functions:
 | b | UNIX_SECONDS(timestamp)                        | Returns the number of 
seconds since 1970-01-01 00:00:00
 | b | UNIX_DATE(date)                                | Returns the number of 
days since 1970-01-01
 | o | XMLTRANSFORM(xml, xslt)                        | Applies XSLT transform 
*xslt* to XML string *xml* and returns the result
+| s | BIT_LENGTH(string)                             | Returns the bit length 
of *string*
+| s | BIT_LENGTH(binary)                             | Returns the bit length 
of *binary*

Review Comment:
   @julianhyde thanks, Julian. fixed.



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