final discrete format interface

This commit is contained in:
18523270951@163.com 2025-01-03 09:14:48 +00:00 committed by ob-robot
parent dd81a4ce6a
commit fae61b20ea

View File

@ -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);
}