Add comments for VERSIONSTAMP_96_CODE (#10480)
This commit is contained in:
parent
aa47c0c722
commit
733ce5d082
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue