Searched refs:orderByConsumed (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1425 int orderByConsumed; /** True if output is already ordered */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h7391 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
7454 int orderByConsumed; /* True if output is already ordered */ member in struct:sqlite3_index_info
9901 ** the "orderByConsumed" flag.
9909 ** the xBestIndex method to set the "orderByConsumed" flag, regardless of
9944 ** specified above, then it must not set the "orderByConsumed" flag in the
9948 ** it wants, as long as the "orderByConsumed" flag is not set. ^When the
9949 ** the "orderByConsumed" flag is unset, the query planner will add extra
9951 ** ordered correctly. The use of the "orderByConsumed" flag and the
9953 ** use of the sqlite3_vtab_distinct() interface and the "orderByConsumed"
9955 ** overly aggressive and setting the "orderByConsumed" fla
[all...]
H A Dshell.c6129 pIdxInfo->orderByConsumed = 1;
14492 pIdx->orderByConsumed = (iCol==0 || iCol==1);
14494 pIdx->orderByConsumed = (pIdx->aOrderBy[1].iColumn==1);
H A Dsqlite3.c7704 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
7767 int orderByConsumed; /* True if output is already ordered */ member in struct:sqlite3_index_info
10214 ** the "orderByConsumed" flag.
10222 ** the xBestIndex method to set the "orderByConsumed" flag, regardless of
10257 ** specified above, then it must not set the "orderByConsumed" flag in the
10261 ** it wants, as long as the "orderByConsumed" flag is not set. ^When the
10262 ** the "orderByConsumed" flag is unset, the query planner will add extra
10264 ** ordered correctly. The use of the "orderByConsumed" flag and the
10266 ** use of the sqlite3_vtab_distinct() interface and the "orderByConsumed"
10268 ** overly aggressive and setting the "orderByConsumed" fla
[all...]

Completed in 702 milliseconds