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


##########
core/src/main/java/org/apache/calcite/sql/type/FunctionSqlType.java:
##########
@@ -58,6 +58,10 @@ public FunctionSqlType(
     return this;
   }
 
+  public RelDataType getParameterType() {

Review Comment:
   I guess you need a way to get the count too. An array can work. Can you take 
a look around calcite to see if there are other apis that return arrays? We 
should follow the standard style



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