fix(query): output value for count if no data exists.
This commit is contained in:
parent
f6a262eeb1
commit
30981ece7d
|
@ -124,7 +124,7 @@ int32_t tsCompressMsgSize = -1;
|
|||
int32_t tsCompressColData = -1;
|
||||
|
||||
// count/hyperloglog function always return values in case of all NULL data or Empty data set.
|
||||
int32_t tsCountAlwaysReturnValue = 0;
|
||||
int32_t tsCountAlwaysReturnValue = 1;
|
||||
|
||||
// 10 ms for sliding time, the value will changed in case of time precision changed
|
||||
int32_t tsMinSlidingTime = 10;
|
||||
|
|
Loading…
Reference in New Issue