Searched defs:Fts3SegReader (Results 1 – 1 of 1) sorted by relevance
193766 typedef struct Fts3SegReader Fts3SegReader; typedef204436 struct Fts3SegReader { struct204437 int iIdx; /* Index within level, or 0x7FFFFFFF for PT */204438 u8 bLookup; /* True for a lookup only */204439 u8 rootOnly; /* True for a root-only reader */204441 sqlite3_int64 iStartBlock; /* Rowid of first leaf block to traverse */204442 sqlite3_int64 iLeafEndBlock; /* Rowid of final leaf block to traverse */204443 sqlite3_int64 iEndBlock; /* Rowid of final block in segment (or 0) */204444 sqlite3_int64 iCurrentBlock; /* Current leaf block (or 0) */204446 char *aNode; /* Pointer to node data (or NULL) */[all …]