refect
This commit is contained in:
parent
d46231d013
commit
ad6d38439b
|
@ -1878,7 +1878,7 @@ int32_t setSessionWinOutputInfo(SSHashObj* pStUpdated, SResultWindowInfo* pWinIn
|
||||||
}
|
}
|
||||||
|
|
||||||
void getNextSessionWinInfo(SStreamAggSupporter* pAggSup, SSHashObj* pStUpdated, SResultWindowInfo* pCurWin,
|
void getNextSessionWinInfo(SStreamAggSupporter* pAggSup, SSHashObj* pStUpdated, SResultWindowInfo* pCurWin,
|
||||||
SResultWindowInfo* pNextWin) {
|
SResultWindowInfo* pNextWin) {
|
||||||
SStreamStateCur* pCur = pAggSup->stateStore.streamStateSessionSeekKeyNext(pAggSup->pState, &pCurWin->sessionWin);
|
SStreamStateCur* pCur = pAggSup->stateStore.streamStateSessionSeekKeyNext(pAggSup->pState, &pCurWin->sessionWin);
|
||||||
pNextWin->isOutput = true;
|
pNextWin->isOutput = true;
|
||||||
setSessionWinOutputInfo(pStUpdated, pNextWin);
|
setSessionWinOutputInfo(pStUpdated, pNextWin);
|
||||||
|
|
Loading…
Reference in New Issue