julianhyde commented on code in PR #3393:
URL: https://github.com/apache/calcite/pull/3393#discussion_r1306111779


##########
core/src/main/java/org/apache/calcite/sql2rel/SqlToRelConverter.java:
##########
@@ -4809,6 +4874,30 @@ private static class RegisterArgs {
     }
   }
 
+  /** Determine presence of {@link SqlKind.DEFAULT} type. */
+  private static class DefaultChecker extends SqlShuttle {

Review Comment:
   move this into SqlUtil. you should be able to use a pattern very similar to 
SqlUtil.containsIn



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