DonnyZone commented on a change in pull request #1724: [CALCITE-3675] SQL to 
Rel conversion is broken for coalesce on nullable field
URL: https://github.com/apache/calcite/pull/1724#discussion_r364546294
 
 

 ##########
 File path: core/src/main/java/org/apache/calcite/rex/RexCallBinding.java
 ##########
 @@ -122,6 +122,10 @@ public static RexCallBinding create(RelDataTypeFactory 
typeFactory,
     return RexUtil.isLiteral(operands.get(ordinal), allowCast);
   }
 
+  public List<RexNode> getOperands() {
+    return operands;
+  }
 
 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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to