Anthrino commented on code in PR #3677:
URL: https://github.com/apache/calcite/pull/3677#discussion_r1554037990


##########
core/src/main/java/org/apache/calcite/rex/RexCall.java:
##########
@@ -251,6 +251,10 @@ public List<RexNode> getOperands() {
     return operands;
   }
 
+  public int operandCount() {

Review Comment:
   That's right @tanclary, we considered that and I think Julian suggested we 
go with this method name to follow the `SqlCall` pattern:
   
   `SqlCall` has `<S extends SqlNode> S operand(int)` and `int operandCount()`



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