eldenmoon commented on code in PR #65561:
URL: https://github.com/apache/doris/pull/65561#discussion_r3654111800
##########
be/src/core/value/variant/variant_metadata.h:
##########
@@ -17,31 +17,36 @@
#pragma once
-#include <gen_cpp/Types_types.h>
-
-#include <atomic>
+#include <cstddef>
#include <cstdint>
-#include <mutex>
-namespace doris::io {
+#include "core/string_ref.h"
+
+namespace doris {
-class RemoteScanCacheWriteLimiter {
-public:
- RemoteScanCacheWriteLimiter(TUniqueId query_id, int64_t threshold_bytes);
+struct VariantMetadataRef {
Review Comment:
结构简单、希望能访问内部成员
--
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]