Home
last modified time | relevance | path

Searched refs:bRPS (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dwindow.c3000 int bRPS = (pMWin->eStart==TK_PRECEDING && pMWin->eFrmType==TK_RANGE); in sqlite3WindowCodeStep() local
3002 if( bRPS ) windowCodeOp(&s, WINDOW_AGGINVERSE, regStart, 0); in sqlite3WindowCodeStep()
3004 if( !bRPS ) windowCodeOp(&s, WINDOW_AGGINVERSE, regStart, 0); in sqlite3WindowCodeStep()
3048 int bRPS = (pMWin->eStart==TK_PRECEDING && pMWin->eFrmType==TK_RANGE); in sqlite3WindowCodeStep() local
3050 if( bRPS ) windowCodeOp(&s, WINDOW_AGGINVERSE, regStart, 0); in sqlite3WindowCodeStep()