HappenLee commented on code in PR #64318:
URL: https://github.com/apache/doris/pull/64318#discussion_r3425380992
##########
be/src/exec/runtime_filter/runtime_filter_partition_pruner.cpp:
##########
@@ -40,6 +44,46 @@
namespace doris {
+namespace {
+
+template <typename T>
+struct ColumnValueRangePrimitiveType;
+
+template <PrimitiveType PT>
Review Comment:
直接在 ColumnValueRange 中加 static constexpr PrimitiveType type_value =
primitive_type;,没必要加外部的trait
--
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]