adj functioin res

This commit is contained in:
54liuyao 2024-08-22 16:47:23 +08:00
parent 6936c9aacd
commit 167a385b64
1 changed files with 1 additions and 1 deletions

View File

@ -1256,7 +1256,7 @@ void destroyIntervalOperatorInfo(void* param) {
taosMemoryFreeClear(param); taosMemoryFreeClear(param);
} }
static bool timeWindowinterpNeeded(SqlFunctionCtx* pCtx, int32_t numOfCols, SIntervalAggOperatorInfo* pInfo, static int32_t timeWindowinterpNeeded(SqlFunctionCtx* pCtx, int32_t numOfCols, SIntervalAggOperatorInfo* pInfo,
bool* pRes) { bool* pRes) {
// the primary timestamp column // the primary timestamp column
bool needed = false; bool needed = false;