[CP] add serialization size check

This commit is contained in:
zhjc1124
2024-02-07 08:29:09 +00:00
committed by ob-robot
parent 9b6af8c5a1
commit 2569072042
23 changed files with 140 additions and 3 deletions

View File

@ -415,6 +415,7 @@ public:
ObPushdownFilterNode *&pd_storage_filter);
static int64_t get_serialize_pushdown_filter_size(ObPushdownFilterNode *pd_filter_node);
// NEED_SERIALIZE_AND_DESERIALIZE;
TO_STRING_KV(KP(filter_tree_));
private:
common::ObIAllocator &alloc_;
ObPushdownFilterNode *filter_tree_;