NobiGo commented on code in PR #4362:
URL: https://github.com/apache/calcite/pull/4362#discussion_r2144609531
##########
core/src/main/java/org/apache/calcite/sql/fun/SqlQuantifyOperator.java:
##########
@@ -160,4 +172,23 @@ public class SqlQuantifyOperator extends SqlInOperator {
throw new AssertionError("unexpected " + kind);
}
}
+
+ @Override public void unparse(
Review Comment:
Changing the Parser.jj parsing will complicate this issue, so I have
reverted this part of the modification. The corrections will be made in a new
PR later.
##########
core/src/main/java/org/apache/calcite/sql/validate/implicit/TypeCoercion.java:
##########
@@ -120,6 +120,12 @@ boolean rowTypeCoercion(
*/
boolean inOperationCoercion(SqlCallBinding binding);
+ /** Handles type coercion for Quantify operation {@link
org.apache.calcite.sql.fun.SqlQuantifyOperator}.
Review Comment:
Added.
--
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]