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