Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dautoanalyze1.test18 # define TF_HasStat1 0x0010
48 -- Verify that the TF_HasStat1 flag is clear on the table
/sqlite-3.40.0/src/
H A Danalyze.c1579 pTable->tabFlags |= TF_HasStat1;
1589 pTable->tabFlags |= TF_HasStat1;
1882 pTab->tabFlags &= ~TF_HasStat1;
H A DsqliteInt.h2332 #define TF_HasStat1 0x00000010 /* nRowLogEst set from sqlite_stat1 */ macro
H A Dwhere.c5446 && (pTab->tabFlags & TF_HasStat1)!=0 in whereCheckIfBloomFilterIsUseful()