OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:orderByConsumed
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3.h
7787
** ^The
orderByConsumed
means that output from [xFilter]/[xNext] will occur in
7852
int
orderByConsumed
; /* True if output is already ordered */
10364
** the "
orderByConsumed
" flag.
10372
** the xBestIndex method to set the "
orderByConsumed
" flag, regardless of
10406
** virtual table is allowed to set the "
orderByConsumed
" flag based on
10429
** specified above, then it must not set the "
orderByConsumed
" flag in the
10433
** it wants, as long as the "
orderByConsumed
" flag is not set. ^When the
10434
** "
orderByConsumed
" flag is unset, the query planner will add extra
10436
** ordered correctly. The use of the "
orderByConsumed
" flag and the
10438
** use of the sqlite3_vtab_distinct() interface and the "
orderByConsumed
"
[
all
...]
sqlite3.c
8108
** ^The
orderByConsumed
means that output from [xFilter]/[xNext] will occur in
8173
int
orderByConsumed
; /* True if output is already ordered */
10685
** the "
orderByConsumed
" flag.
10693
** the xBestIndex method to set the "
orderByConsumed
" flag, regardless of
10727
** virtual table is allowed to set the "
orderByConsumed
" flag based on
10750
** specified above, then it must not set the "
orderByConsumed
" flag in the
10754
** it wants, as long as the "
orderByConsumed
" flag is not set. ^When the
10755
** "
orderByConsumed
" flag is unset, the query planner will add extra
10757
** ordered correctly. The use of the "
orderByConsumed
" flag and the
10759
** use of the sqlite3_vtab_distinct() interface and the "
orderByConsumed
"
[
all
...]
Completed in 124 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026