Home
last modified time | relevance | path

Searched refs:HLL_SPARSE (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dhyperloglog.c204 #define HLL_SPARSE 1 /* Sparse encoding. */ macro
1027 } else if (hdr->encoding == HLL_SPARSE) { in hllCount()
1055 case HLL_SPARSE: return hllSparseAdd(o,ele,elesize); in hllAdd()
1142 hdr->encoding = HLL_SPARSE; in createHLLObject()
1369 case HLL_SPARSE: hllSparseSet(o,j,max[j]); break; in pfmergeCommand()
1449 if (hdr2->encoding != HLL_SPARSE) { in pfselftestCommand()
1513 if (hdr->encoding == HLL_SPARSE) { in pfdebugCommand()
1537 if (hdr->encoding != HLL_SPARSE) { in pfdebugCommand()
1577 if (hdr->encoding == HLL_SPARSE) { in pfdebugCommand()