enh(query): do some internal refactor.

This commit is contained in:
Haojun Liao 2023-01-05 19:15:18 +08:00
parent 5f17d81b18
commit cbc4218253
1 changed files with 0 additions and 2 deletions

View File

@ -331,8 +331,6 @@ int32_t tsDecompressINTImp(const char *const input, const int32_t nelements, cha
for (int32_t i = 0; i < minRemain; i++, count++) {
zigzag_value = ((w >> (4 + v)) & mask);
int64_t diff = ZIGZAG_DECODE(int64_t, zigzag_value);
prev_value = ZIGZAG_DECODE(int64_t, zigzag_value) + prev_value;
p[_pos++] = prev_value;