Searched refs:eTnctType (Results 1 – 1 of 1) sorted by relevance
25 u8 eTnctType; /* One of the WHERE_DISTINCT_* operators */ member885 int eTnctType, /* WHERE_DISTINCT_* value */ in codeDistinct() argument895 switch( eTnctType ){ in codeDistinct()969 int eTnctType, /* WHERE_DISTINCT_* value */ in fixDistinctOpenEph() argument974 && (eTnctType==WHERE_DISTINCT_UNIQUE || eTnctType==WHERE_DISTINCT_ORDERED) in fixDistinctOpenEph()981 if( eTnctType==WHERE_DISTINCT_ORDERED ){ in fixDistinctOpenEph()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()[all …]