iffyio commented on PR #1707:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/1707#issuecomment-2673621460

   > At this time I am somewhat stuck as I would not know how to parse the 
class operator names if not as a keyword - do you have any examples that could 
be applied to this use case?
   
   
   @LucaCappelletti94 (not sure I followed entirely) did you mean to parse and 
represent an operator class like `gist_oid_ops`? If so I imagine we could parse 
the next token and check that its an unquoted `Token::Word(_)` and represent 
the class in the AST as an opaque `String` for example


-- 
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: github-unsubscr...@datafusion.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to