LucaCappelletti94 commented on code in PR #2371:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/2371#discussion_r3713734990
##########
src/ast/mod.rs:
##########
@@ -8023,6 +8023,9 @@ pub enum FunctionArgOperator {
Colon,
/// function(arg1 VALUE value1)
Value,
+ /// function(arg1 value1), with no operator between the name and the value,
+ /// as in PostgreSQL `XMLPARSE(DOCUMENT value)`
Review Comment:
Done
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]