reserve value node

This commit is contained in:
Ganlin Zhao 2023-05-16 15:07:07 +08:00
parent ace27326b0
commit 6879a784ae
1 changed files with 2 additions and 0 deletions

View File

@ -1590,6 +1590,8 @@ static int32_t translateInterp(SFunctionNode* pFunc, char* pErrBuf, int32_t len)
return buildFuncErrMsg(pErrBuf, len, TSDB_CODE_FUNC_FUNTION_ERROR,
"INTERP function second parameter should be 0/1");
}
pValue->notReserved = true;
}
#if 0