Lines Matching refs:regStartRowid
1412 pMWin->regStartRowid = ++pParse->nMem; in sqlite3WindowCodeInit()
1415 sqlite3VdbeAddOp2(v, OP_Integer, 1, pMWin->regStartRowid); in sqlite3WindowCodeInit()
1682 if( pMWin->regStartRowid==0 in windowAggStep()
1775 if( pMWin->regStartRowid==0 in windowAggFinal()
1785 assert( pMWin->regStartRowid==0 ); in windowAggFinal()
1847 sqlite3VdbeAddOp3(v, OP_SeekGE, csr, lblBrk, pMWin->regStartRowid); in windowFullScan()
1917 if( pMWin->regStartRowid ){ in windowReturnOneRow()
2000 if( pMWin->regStartRowid==0 ){ in windowInitAccum()
2024 if( pMWin->regStartRowid ) return 1; in windowCacheFrame()
2275 if( op==WINDOW_RETURN_ROW && pMWin->regStartRowid==0 ){ in windowCodeOp()
2316 if( pMWin->regStartRowid ){ in windowCodeOp()
2318 sqlite3VdbeAddOp2(v, OP_AddImm, pMWin->regStartRowid, 1); in windowCodeOp()
2328 if( pMWin->regStartRowid ){ in windowCodeOp()
3094 if( pMWin->regStartRowid ){ in sqlite3WindowCodeStep()
3095 sqlite3VdbeAddOp2(v, OP_Integer, 1, pMWin->regStartRowid); in sqlite3WindowCodeStep()