We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Now terark_zip_table has zvType, but we don't know GroupSize of each MultiValue pack before unzip it. To get GroupSize before unzip with succinct:
zvType
GroupSize
MultiValue
rank0, rank1, rank2, rank3
High level code:
size_t groupIndex = zvType.rank3(recId); // 3 == ZipValueType::kMulti groupSize = groupSizeVec[groupIndex]; // ....
The text was updated successfully, but these errors were encountered:
mm304321141
No branches or pull requests
Priority: Low
Now terark_zip_table has
zvType
, but we don't knowGroupSize
of eachMultiValue
pack before unzip it. To getGroupSize
before unzip with succinct:rank0, rank1, rank2, rank3
zvType
GroupSize
in a separated arrayHigh level code:
The text was updated successfully, but these errors were encountered: