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


##########
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:
   what cli?



-- 
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: commits-unsubscr...@calcite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to