Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c4385 Bitmask orderDistinctMask; /* Mask of all well-ordered loops */ in wherePathSatisfiesOrderBy() local
4418 orderDistinctMask = 0; in wherePathSatisfiesOrderBy()
4654 orderDistinctMask |= pLoop->maskSelf; in wherePathSatisfiesOrderBy()
4662 if( (mTerm&~orderDistinctMask)==0 ){ in wherePathSatisfiesOrderBy()