Lines Matching refs:eTnctType
25 u8 eTnctType; /* One of the WHERE_DISTINCT_* operators */ member
885 int eTnctType, /* WHERE_DISTINCT_* value */ in codeDistinct() argument
895 switch( eTnctType ){ in codeDistinct()
969 int eTnctType, /* WHERE_DISTINCT_* value */ in fixDistinctOpenEph() argument
974 && (eTnctType==WHERE_DISTINCT_UNIQUE || eTnctType==WHERE_DISTINCT_ORDERED) in fixDistinctOpenEph()
981 if( eTnctType==WHERE_DISTINCT_ORDERED ){ in fixDistinctOpenEph()
1118 hasDistinct = pDistinct ? pDistinct->eTnctType : WHERE_DISTINCT_NOOP; in selectInnerLoop()
1244 int eType = pDistinct->eTnctType; in selectInnerLoop()
7232 sDistinct.eTnctType = WHERE_DISTINCT_UNORDERED; in sqlite3Select()
7234 sDistinct.eTnctType = WHERE_DISTINCT_NOOP; in sqlite3Select()
7259 sDistinct.eTnctType = sqlite3WhereIsDistinct(pWInfo); in sqlite3Select()
7854 if( sDistinct.eTnctType==WHERE_DISTINCT_UNORDERED ){ in sqlite3Select()