3e74d0d8创建于 2025年12月15日历史提交

Rdb_KeyData

union Rdb_KeyData { ... }

Overview

Stores the changed data.

Related module: RDB

Header file: relational_store.h

Summary

Member Variables

Name Description
uint64_t integer Data of the uint64_t type.
double real Data of the double type.
const char* text Data of the char* type.