feat: optimize encode/decode resultRow
This commit is contained in:
parent
45b766cd35
commit
bc4e73a3dd
|
@ -5360,8 +5360,8 @@ static int32_t doOpenIntervalAgg(SOperatorInfo* pOperator) {
|
|||
taosMemoryFree(result);
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
closeAllResultRows(&pInfo->binfo.resultRowInfo);
|
||||
finalizeMultiTupleQueryResult(pInfo->binfo.pCtx, pOperator->numOfOutput, pInfo->aggSup.pResultBuf,
|
||||
|
|
Loading…
Reference in New Issue