Add comments for VERSIONSTAMP_96_CODE (#10480)

This commit is contained in:
Hao Fu 2023-06-13 14:57:08 -07:00 committed by GitHub
parent aa47c0c722
commit 733ce5d082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -114,6 +114,8 @@ private:
static const uint8_t FALSE_CODE;
static const uint8_t TRUE_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;
Tuple(const StringRef& data);