mihaibudiu commented on code in PR #3784:
URL: https://github.com/apache/calcite/pull/3784#discussion_r1591682098


##########
site/_docs/reference.md:
##########
@@ -2674,6 +2674,7 @@ In the following:
 | p | expr :: type                                   | Casts *expr* to *type*
 | m | expr1 <=> expr2                                | Whether two values are 
equal, treating null values as the same, and it's similar to `IS NOT DISTINCT 
FROM`
 | * | ACOSH(numeric)                                 | Returns the inverse 
hyperbolic cosine of *numeric*
+| s | ADD_MONTHS(start_date, num_months)             | Returns the date that 
is *num_months* after *start_date*.

Review Comment:
   that is not a CLI, that is the CI



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