MobilityDB 1.3
Loading...
Searching...
No Matches
Data Structures | Macros | Typedefs
tspatial_rtree.h File Reference
#include <meos.h>
#include "temporal/meos_catalog.h"

Go to the source code of this file.

Data Structures

struct  RTree
 Rtree in memory index basic structure. More...
 
struct  RTreeNode
 Internal representation of an RTree node. More...
 

Macros

#define MAXITEMS   64
 In memory index for STBox based on RTree. More...
 
#define MINITEMS   ((MAXITEMS) * (MINITEMS_PERCENTAGE) / 100 + 1)
 
#define MINITEMS_PERCENTAGE   10
 
#define RTREE_INNER_NODE   false
 
#define RTREE_INNER_NODE_NO   true
 
#define SEARCH_ARRAY_STARTING_SIZE   64
 

Typedefs

typedef struct RTreeNode RTreeNode
 Internal representation of an RTree node. More...