yiguolei commented on code in PR #51766:
URL: https://github.com/apache/doris/pull/51766#discussion_r2153553007
##########
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 field 没有precision 信息。。。。
--
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]