mihaibudiu commented on code in PR #3897:
URL: https://github.com/apache/calcite/pull/3897#discussion_r1702132437


##########
core/src/main/java/org/apache/calcite/sql/SqlDialect.java:
##########
@@ -784,6 +784,11 @@ public boolean supportsWindowFunctions() {
     return true;
   }
 
+  /** Returns whether this dialect supports case when return boolean type. */
+  public boolean supportBooleanCaseWhen() {

Review Comment:
   In that case the name of the function is adequate.
   Just to make sure: you say that an expression such as "TRUE" would work in a 
WHERE expression?



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

Reply via email to