From fae61b20ea3a3dfe3f4cdea567612f5c295444fb Mon Sep 17 00:00:00 2001 From: "18523270951@163.com" <18523270951@163.com> Date: Fri, 3 Jan 2025 09:14:48 +0000 Subject: [PATCH] final discrete format interface --- src/share/vector/ob_discrete_format.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/share/vector/ob_discrete_format.h b/src/share/vector/ob_discrete_format.h index 76cd47cdf..8ae5b7c8d 100644 --- a/src/share/vector/ob_discrete_format.h +++ b/src/share/vector/ob_discrete_format.h @@ -48,10 +48,10 @@ public: OB_INLINE void set_payload(const int64_t idx, const void *payload, - const ObLength length) override; + const ObLength length) override final; OB_INLINE void set_payload_shallow(const int64_t idx, const void *payload, - const ObLength length) override { + const ObLength length) override final { if (OB_UNLIKELY(nulls_->at(idx))) { unset_null(idx); }