Searched defs:RowSetEntry (Results 1 – 1 of 1) sorted by relevance
57475 struct RowSetEntry { struct57476 i64 v; /* ROWID value for this entry */57477 struct RowSetEntry *pRight; /* Right subtree (larger entries) or list */57478 struct RowSetEntry *pLeft; /* Left subtree (smaller entries) */