提交 9e69eefd 编写于 作者: wmmhello's avatar wmmhello

[TD-14328]<fix> fix error in windows

上级 e433834f
......@@ -345,7 +345,7 @@ static uint64_t hllCountCnt(uint8_t *buckets) {
z *= 0.5;
}
z += m * hllSigma(buckethisto[0]/(double)m);
double E = llroundl(HLL_ALPHA_INF*m*m/z);
double E = (double)llroundl(HLL_ALPHA_INF*m*m/z);
return (uint64_t) E;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册