Searched refs:sqlite3WindowCompare (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | window.c | 1334 if( 0==pSel->pWin || 0==sqlite3WindowCompare(0, pSel->pWin, pWin, 0) ){ in sqlite3WindowLink() 1354 int sqlite3WindowCompare( in sqlite3WindowCompare() function 1671 assert( pWin==pMWin || sqlite3WindowCompare(pParse,pWin,pMWin,0)!=1 ); in windowAggStep()
|
| H A D | sqliteInt.h | 4277 int sqlite3WindowCompare(const Parse*, const Window*, const Window*, int);
|
| H A D | expr.c | 5632 if( sqlite3WindowCompare(pParse, pA->y.pWin, pB->y.pWin, 1)!=0 ){ in sqlite3ExprCompare()
|