zhztheplayer commented on a change in pull request #958: [CALCITE-2674] 
SqlIdentifier same name with built-in function but with escape character should 
be still resolved as an identifier
URL: https://github.com/apache/calcite/pull/958#discussion_r260646220
 
 

 ##########
 File path: core/src/main/java/org/apache/calcite/sql/parser/SqlParserPos.java
 ##########
 @@ -125,6 +127,17 @@ public int getEndColumnNum() {
     return endColumnNumber;
   }
 
+  /** Mark this SqlParserPos as quoted and return itself. **/
+  public SqlParserPos setQuoted(boolean quoted) {
 
 Review comment:
   @danny0405, is this a little too radical to add this method to 
`SqlParserPos`? Could we somehow move it to `SqlIdentifier`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

Reply via email to