Home
last modified time | relevance | path

Searched defs:RtreeSearchPoint (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/rtree/
H A Drtree.c118 typedef struct RtreeSearchPoint RtreeSearchPoint; typedef
238 struct RtreeSearchPoint { struct
239 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 */