liyafan82 commented on pull request #2242:
URL: https://github.com/apache/calcite/pull/2242#issuecomment-721482425


   This PR does two things:
   1. We provide a utility to get the related sql libraries, given a sql 
operator. This should be helpful for the users (see the discussion in the JIRA)
   2. We annotate some sql operators as 'standard'. In general, the standard 
sql operators are from two sources: 1) internal arithmetic operations (e.g. +, 
-, *, /); 2) ANSI SQL functions (see 
https://docs.oracle.com/cd/E57185_01/IRWUG/ch12s04s05.html). So it would be 
safe to annotate them as 'standard'. 


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

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


Reply via email to