|
MobilityDB 1.3
|
Internal representation of an RTree node. More...
#include <temporal_rtree.h>
Data Fields | |
| union { | |
| int ids [MAXITEMS] | |
| struct RTreeNode * nodes [MAXITEMS] | |
| }; | |
| size_t | bboxsize |
| Size of the bouding box. More... | |
| char | boxes [] |
| int | count |
| Number of bouding boxes. More... | |
| RTreeNodeType | node_type |
Internal representation of an RTree node.