Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwindow.c1228 if( eExclude==0 && OptimizationDisabled(pParse->db, SQLITE_WindowFunc) ){ in sqlite3WindowAlloc()
H A DsqliteInt.h1767 #define SQLITE_WindowFunc 0x00000002 /* Use xInverse for window functions */ macro