fix:will deprecated SUdfInterBuf.numOfResult

This commit is contained in:
slzhou 2023-02-23 21:10:52 +08:00
parent a7888257d7
commit 4ef6dd9e74
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ typedef struct SUdfDataBlock {
SUdfColumn **udfCols; SUdfColumn **udfCols;
} SUdfDataBlock; } SUdfDataBlock;
// TODO: deprecate SUdfInterBuf.numOfResult or add isInitial to SUdfInterBuf // TODO: deprecate SUdfInterBuf.numOfResult
typedef struct SUdfInterBuf { typedef struct SUdfInterBuf {
int32_t bufLen; int32_t bufLen;
char *buf; char *buf;