Kikyou1997 commented on code in PR #18331:
URL: https://github.com/apache/doris/pull/18331#discussion_r1155901686
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/types/DataType.java:
##########
@@ -587,4 +587,8 @@ public Map<Class<? extends DataType>, Promotion<DataType>>
build() {
return (Map) ImmutableMap.copyOf(promotionMap);
}
}
+
+ public double length(double high, double low) {
Review Comment:
This method looks quite wired in this class, we don't just keep this logic
in StatisticRange
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]