![]() |
MobilityDB 1.3
|
Internal representation of an RTree node. More...
#include <tspatial_rtree.h>
Data Fields | |
union { | |
int64 ids [MAXITEMS] | |
struct RTreeNode * nodes [MAXITEMS] | |
}; | |
STBox | boxes [MAXITEMS] |
int | count |
bool | kind |
Internal representation of an RTree node.