caicancai commented on code in PR #3806:
URL: https://github.com/apache/calcite/pull/3806#discussion_r1623072019


##########
site/_docs/reference.md:
##########
@@ -2833,8 +2833,8 @@ In the following:
 | b m p s | REPEAT(string, integer)                  | Returns a string 
consisting of *string* repeated of *integer* times; returns an empty string if 
*integer* is less than 1
 | b m | REVERSE(string)                              | Returns *string* with 
the order of the characters reversed
 | b m p s | RIGHT(string, length)                    | Returns the rightmost 
*length* characters from the *string*
-| h s | string1 RLIKE string2                        | Whether *string1* 
matches regex pattern *string2* (similar to `LIKE`, but uses Java regex)
-| h s | string1 NOT RLIKE string2                    | Whether *string1* does 
not match regex pattern *string2* (similar to `NOT LIKE`, but uses Java regex)
+| h m s | string1 RLIKE string2                        | Whether *string1* 
matches regex pattern *string2* (similar to `LIKE`, but uses Java regex)

Review Comment:
   Can you make the formatting align?



##########
site/_docs/reference.md:
##########
@@ -2822,7 +2822,7 @@ In the following:
 | b s | POW(numeric1, numeric2)                      | Returns *numeric1* 
raised to the power *numeric2*
 | b c h q m o f s p | POWER(numeric1, numeric2) | Returns *numeric1* raised to 
the power of *numeric2*
 | p | RANDOM()                                       | Generates a random 
double between 0 and 1 inclusive
-| s | REGEXP(string, regexp)                         | Equivalent to `string1 
RLIKE string2`
+| h s | REGEXP(string, regexp)                         | Equivalent to 
`string1 RLIKE string2`

Review Comment:
   above all



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