laurentgo commented on a change in pull request #1311: CALCITE-3187: Make 
decimal type inference overridable.
URL: https://github.com/apache/calcite/pull/1311#discussion_r301870874
 
 

 ##########
 File path: core/src/main/java/org/apache/calcite/sql/type/ReturnTypes.java
 ##########
 @@ -563,6 +542,26 @@ public int size() {
   public static final SqlReturnTypeInference NULLABLE_SUM =
       new SqlReturnTypeInferenceChain(DECIMAL_SUM_NULLABLE, LEAST_RESTRICTIVE);
 
+  public static final SqlReturnTypeInference DECIMAL_MOD =
 
 Review comment:
   please also use lambda to be consistent

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to