fix:will deprecated SUdfInterBuf.numOfResult
This commit is contained in:
parent
a7888257d7
commit
4ef6dd9e74
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue