Lines Matching defs:sqlite3_vtab_distinct
10013 ** ^The sqlite3_vtab_distinct() interface returns an integer between 0 and
10014 ** 3. The integer returned by sqlite3_vtab_distinct()
10021 ** ^If the sqlite3_vtab_distinct() interface returns 0, that means
10027 ** the return value from sqlite3_vtab_distinct().
10029 ** ^(If the sqlite3_vtab_distinct() interface returns 1, that means
10035 ** ^(If the sqlite3_vtab_distinct() interface returns 2, that means
10047 ** ^(If the sqlite3_vtab_distinct() interface returns 3, that means
10069 ** sqlite3_vtab_distinct() interface is merely an optimization. ^Careful
10070 ** use of the sqlite3_vtab_distinct() interface and the "orderByConsumed"
10076 SQLITE_API int sqlite3_vtab_distinct(sqlite3_index_info*);
132605 #define sqlite3_vtab_distinct sqlite3_api->vtab_distinct
133119 sqlite3_vtab_distinct,
156585 int eDistinct; /* Value to return from sqlite3_vtab_distinct() */
160487 SQLITE_API int sqlite3_vtab_distinct(sqlite3_index_info *pIdxInfo){