michalstutzmann commented on code in PR #4501:
URL: https://github.com/apache/calcite/pull/4501#discussion_r2300882196
##########
core/src/main/java/org/apache/calcite/sql/type/FunctionSqlType.java:
##########
@@ -58,6 +58,10 @@ public FunctionSqlType(
return this;
}
+ public RelDataType getParameterType() {
Review Comment:
It will throw here as soon as `generateTypeString` is called
https://github.com/apache/calcite/blob/87789d949ff305aa5eacc9e6bd835b4f25bcd769/core/src/main/java/org/apache/calcite/sql/type/FunctionSqlType.java#L45
--
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]