fix(query): set src block for function.

This commit is contained in:
Haojun Liao 2022-08-06 16:13:18 +08:00
parent 1063064a59
commit c7b511ed69
1 changed files with 1 additions and 0 deletions

View File

@ -434,6 +434,7 @@ static void doSetInputDataBlockInfo(SOperatorInfo* pOperator, SqlFunctionCtx* pC
pCtx[i].order = order;
pCtx[i].input.numOfRows = pBlock->info.rows;
setBlockStatisInfo(&pCtx[i], &pOperator->exprSupp.pExprInfo[i], pBlock);
pCtx[i].pSrcBlock = pBlock;
}
}