tanclary commented on code in PR #3221:
URL: https://github.com/apache/calcite/pull/3221#discussion_r1220441279


##########
site/_docs/reference.md:
##########
@@ -2724,6 +2724,8 @@ BigQuery's type system uses confusingly different names 
for types and functions:
 | b | LENGTH(string)                                 | Equivalent to 
`CHAR_LENGTH(string)`
 | b | LOG(numeric1 [, numeric2 ])                    | Returns the logarithm 
of *numeric1* to base *numeric2*, or base e if *numeric2* is not present
 | b o | LPAD(string, length [, pattern ])            | Returns a string or 
bytes value that consists of *string* prepended to *length* with *pattern*
+| b | TO_BASE32(string)                              | Converts the *string* 
to base-32 encoded form and returns a encoded string

Review Comment:
   nit: a -> an



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