[CP] add serialization size check

This commit is contained in:
zhjc1124
2023-12-02 05:12:16 +00:00
committed by ob-robot
parent d1e0eaa2bc
commit 0bda0dbd95
23 changed files with 140 additions and 3 deletions

View File

@ -681,6 +681,7 @@ public:
ObPhyOperatorType get_type() const { return spec_.type_; }
const ObOpSpec &get_spec() const { return spec_; }
TO_STRING_KV(K(spec_));
protected:
ObExecContext &exec_ctx_;
const ObOpSpec &spec_;