Searched refs:kBytesOfColumnLen (Results 1 – 2 of 2) sorted by relevance
328 vector<uint8_t> dst_bytes(kBytesOfColumnLen + bitmap_size + src_bytes.size(), 0); in CompressInt()332 for (uint64_t n = 0; n < kBytesOfColumnLen; n++) { in CompressInt()337 uint64_t i_dst = kBytesOfColumnLen + bitmap_size; in CompressInt()354 dst_bytes[i / kNumDataOfByte + kBytesOfColumnLen] |= in CompressInt()393 …uint64_t i_source = shift_idx + kBytesOfColumnLen + (num_elements + kNumDataOfByte - 1) / kNumData… in UncompressInt()397 uint8_t iBitMap = columns_blob[shift_idx + kBytesOfColumnLen + i / kNumDataOfByte]; in UncompressInt()
33 const uint64_t kBytesOfColumnLen = 4; variable