Searched defs:RtreeSearchPoint (Results 1 – 1 of 1) sorted by relevance
118 typedef struct RtreeSearchPoint RtreeSearchPoint; typedef238 struct RtreeSearchPoint { struct239 RtreeDValue rScore; /* The score for this node. Smallest goes first. */240 sqlite3_int64 id; /* Node ID */241 u8 iLevel; /* 0=entries. 1=leaf node. 2+ for higher */242 u8 eWithin; /* PARTLY_WITHIN or FULLY_WITHIN */243 u8 iCell; /* Cell index within the node */