[td-13039] refactor.
This commit is contained in:
parent
df7c801ef7
commit
36faa27dac
|
@ -713,8 +713,6 @@ int32_t scalarCalculate(SNode *pNode, SArray *pBlockList, SScalarParam *pDst) {
|
||||||
|
|
||||||
colDataAssign(pDst->columnData, res->columnData, res->numOfRows);
|
colDataAssign(pDst->columnData, res->columnData, res->numOfRows);
|
||||||
pDst->numOfRows = res->numOfRows;
|
pDst->numOfRows = res->numOfRows;
|
||||||
|
|
||||||
// *pDst = *res;
|
|
||||||
taosHashRemove(ctx.pRes, (void *)&pNode, POINTER_BYTES);
|
taosHashRemove(ctx.pRes, (void *)&pNode, POINTER_BYTES);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue