fix(query): change numOfRes from uint8_t to uint16_t to accomandate

sample function max 1000 results.

TD-16546
This commit is contained in:
Ganlin Zhao 2022-06-20 20:41:21 +08:00
parent 9f6418f756
commit 65b6c487d5
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ typedef struct SResultRowEntryInfo {
bool initialized:1; // output buffer has been initialized
bool complete:1; // query has completed
uint8_t isNullRes:6; // the result is null
uint8_t numOfRes; // num of output result in current buffer
uint16_t numOfRes; // num of output result in current buffer
} SResultRowEntryInfo;
// determine the real data need to calculated the result