Searched defs:RtreeCursor (Results 1 – 1 of 1) sorted by relevance
123 typedef struct RtreeCursor RtreeCursor; typedef210 struct RtreeCursor { struct211 sqlite3_vtab_cursor base;212 RtreeNode *pNode; /* Node cursor is currently pointing at */213 int iCell; /* Index of current cell in pNode */214 int iStrategy; /* Copy of idxNum search parameter */215 int nConstraint; /* Number of entries in aConstraint */216 RtreeConstraint *aConstraint; /* Search constraints. */