Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h7479 int orderByConsumed; /* True if output is already ordered */ member
H A Dshell.c6196 pIdxInfo->orderByConsumed = 1; in seriesBestIndex()
15727 pIdx->orderByConsumed = (iCol==0 || iCol==1); in dbdataBestIndex()
15729 pIdx->orderByConsumed = (pIdx->aOrderBy[1].iColumn==1); in dbdataBestIndex()
H A Dsqlite3.c7792 int orderByConsumed; /* True if output is already ordered */ member
162916 sqlite3DebugPrintf(" orderByConsumed=%d\n", p->orderByConsumed);
166259 pIdxInfo->orderByConsumed = 0;
166329 pIdxInfo->orderByConsumed = 0;
166374 pNew->u.vtab.isOrdered = (i8)(pIdxInfo->orderByConsumed ?
187880 pInfo->orderByConsumed = 1;
192509 pInfo->orderByConsumed = 1;
210037 pIdxInfo->orderByConsumed = 1;
223818 pIdxInfo->orderByConsumed = 1;
224610 pIdxInfo->orderByConsumed = 1;
[all …]