Lines Matching defs:sqlite3_vtab_distinct
10680 ** ^The sqlite3_vtab_distinct() interface returns an integer between 0 and
10681 ** 3. The integer returned by sqlite3_vtab_distinct()
10688 ** ^If the sqlite3_vtab_distinct() interface returns 0, that means
10694 ** the return value from sqlite3_vtab_distinct().
10696 ** ^(If the sqlite3_vtab_distinct() interface returns 1, that means
10702 ** ^(If the sqlite3_vtab_distinct() interface returns 2, that means
10713 ** ^(If the sqlite3_vtab_distinct() interface returns 3, that means the
10715 ** if the sqlite3_vtab_distinct() interface had returned 0. However if
10728 ** the value returned by sqlite3_vtab_distinct(). This table is a
10733 ** <td valign="top">sqlite3_vtab_distinct() return value
10758 ** sqlite3_vtab_distinct() interface is merely an optimization. ^Careful
10759 ** use of the sqlite3_vtab_distinct() interface and the "orderByConsumed"
10765 SQLITE_API int sqlite3_vtab_distinct(sqlite3_index_info*);
142913 #define sqlite3_vtab_distinct sqlite3_api->vtab_distinct
143435 sqlite3_vtab_distinct,
168605 int eDistinct; /* Value to return from sqlite3_vtab_distinct() */
173198 SQLITE_API int sqlite3_vtab_distinct(sqlite3_index_info *pIdxInfo){