test
This commit is contained in:
parent
a707a2921b
commit
2044cec6ca
|
@ -548,8 +548,8 @@ int32_t setIntervalOutputBuf(void* pState, STimeWindow* win, SRowBuffPos** pResu
|
||||||
|
|
||||||
// set time window for current result
|
// set time window for current result
|
||||||
res->win = (*win);
|
res->win = (*win);
|
||||||
if(code != TSDB_CODE_SUCCESS) return code;
|
setResultRowInitCtx(res, pCtx, numOfOutput, rowEntryInfoOffset);
|
||||||
return setResultRowInitCtx(res, pCtx, numOfOutput, rowEntryInfoOffset);
|
return code;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool isDeletedStreamWindow(STimeWindow* pWin, uint64_t groupId, void* pState, STimeWindowAggSupp* pTwSup,
|
bool isDeletedStreamWindow(STimeWindow* pWin, uint64_t groupId, void* pState, STimeWindowAggSupp* pTwSup,
|
||||||
|
|
Loading…
Reference in New Issue