fix:will deprecated SUdfInterBuf.numOfResult
This commit is contained in:
parent
a7888257d7
commit
4ef6dd9e74
|
@ -73,7 +73,7 @@ typedef struct SUdfDataBlock {
|
|||
SUdfColumn **udfCols;
|
||||
} SUdfDataBlock;
|
||||
|
||||
// TODO: deprecate SUdfInterBuf.numOfResult or add isInitial to SUdfInterBuf
|
||||
// TODO: deprecate SUdfInterBuf.numOfResult
|
||||
typedef struct SUdfInterBuf {
|
||||
int32_t bufLen;
|
||||
char *buf;
|
||||
|
|
Loading…
Reference in New Issue