Add comments for VERSIONSTAMP_96_CODE

This commit is contained in:
hao fu 2023-06-13 09:48:37 -07:00
parent 7048ad21a8
commit 07c02e5e6b

View File

@ -114,6 +114,8 @@ private:
static const uint8_t FALSE_CODE; static const uint8_t FALSE_CODE;
static const uint8_t TRUE_CODE; static const uint8_t TRUE_CODE;
static const uint8_t UUID_CODE; static const uint8_t UUID_CODE;
// Java Tuple layer VERSIONSTAMP has 96 bits(12 bytes).
// It has additional 2 bytes user code than the internal VERSIONTAMP of size 10 bytes
static const uint8_t VERSIONSTAMP_96_CODE; static const uint8_t VERSIONSTAMP_96_CODE;
Tuple(const StringRef& data); Tuple(const StringRef& data);