zclllyybb commented on code in PR #30997:
URL: https://github.com/apache/doris/pull/30997#discussion_r1483303404
##########
be/src/vec/aggregate_functions/aggregate_function_window.h:
##########
@@ -231,6 +231,61 @@ class WindowFunctionPercentRank final
void deserialize(AggregateDataPtr place, BufferReadable& buf, Arena*)
const override {}
};
+struct CumeDistData {
+ float64_t numerator = 0;
Review Comment:
It seems that you should include the particular header file to introduce
`float64_t` for all architecture
--
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]