benrsatori commented on code in PR #1723:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/1723#discussion_r1953345106


##########
src/ast/operator.rs:
##########
@@ -53,6 +53,16 @@ pub enum UnaryOperator {
     PGAbs,
     /// Unary logical not operator: e.g. `! false` (Hive-specific)
     BangNot,
+    /// `#` Number of points in path or polygon (PostgreSQL/Redshift geometric 
operator), e.g. `# path '((1,0),(0,1),(-1,0))'`
+    NumOfPoints,
+    /// `@-@` Length or circumference (PostgreSQL/Redshift geometric 
operator), e.g. `@-@ path '((0,0),(1,0))'`
+    LenOfCircumference,

Review Comment:
   it's a typo, fixed



##########
src/ast/operator.rs:
##########
@@ -53,6 +53,16 @@ pub enum UnaryOperator {
     PGAbs,
     /// Unary logical not operator: e.g. `! false` (Hive-specific)
     BangNot,
+    /// `#` Number of points in path or polygon (PostgreSQL/Redshift geometric 
operator), e.g. `# path '((1,0),(0,1),(-1,0))'`

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