Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dselect.c25 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()
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 …]