Searched refs:TF_HasStat1 (Results 1 – 4 of 4) sorted by relevance
18 # define TF_HasStat1 0x001048 -- Verify that the TF_HasStat1 flag is clear on the table
1579 pTable->tabFlags |= TF_HasStat1;1589 pTable->tabFlags |= TF_HasStat1;1882 pTab->tabFlags &= ~TF_HasStat1;
2332 #define TF_HasStat1 0x00000010 /* nRowLogEst set from sqlite_stat1 */ macro
5446 && (pTab->tabFlags & TF_HasStat1)!=0 in whereCheckIfBloomFilterIsUseful()