mihaibudiu commented on code in PR #4797:
URL: https://github.com/apache/calcite/pull/4797#discussion_r2830570201
##########
core/src/main/java/org/apache/calcite/sql/fun/SqlOverlapsOperator.java:
##########
@@ -77,8 +79,20 @@ void arg(SqlWriter writer, SqlCall call, int leftPrec, int
rightPrec, int i) {
return SqlOperandCountRanges.of(2);
}
+ @Override public @Nullable String getSignatureTemplate(final int
operandsCount) {
Review Comment:
Sure, but this function is actually overridden, it's inherited from the
parent class.
--
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]