Mryange commented on code in PR #51766:
URL: https://github.com/apache/doris/pull/51766#discussion_r2151418532
##########
be/src/util/jsonb_document.h:
##########
@@ -756,6 +767,99 @@ class JsonbIntVal : public JsonbValue {
}
};
+template <typename T>
+ requires std::same_as<T, vectorized::Decimal256> || std::same_as<T,
vectorized::Decimal128V3>
+class JsonbDecimalVal : public JsonbValue {
Review Comment:
把Decimal继承NumberValT吧?NumberValT<DecimalField>
--
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]