Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DsqliteInt.h1779 #define SQLITE_PushDown 0x00001000 /* The push-down optimization */ macro
H A Dtest1.c7667 { "push-down", SQLITE_PushDown }, in optimization_control()
H A Dselect.c6998 if( OptimizationEnabled(db, SQLITE_PushDown) in sqlite3Select()