MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
stbox_index.c File Reference

R-tree GiST index for temporal points. More...

#include "geo/stbox_index.h"
#include <float.h>
#include <postgres.h>
#include <utils/timestamp.h>
#include <meos.h>
#include <meos_internal.h>
#include "temporal/span.h"
#include "temporal/type_util.h"
#include "geo/stbox.h"

Functions

bool stbox_gist_inner_consistent (const STBox *key, const STBox *query, StrategyNumber strategy)
 Inner consistent method for temporal points. More...
 
bool stbox_index_leaf_consistent (const STBox *key, const STBox *query, StrategyNumber strategy)
 Leaf consistency for temporal points. More...
 
bool stbox_index_recheck (StrategyNumber strategy)
 Determine whether a recheck is necessary depending on the strategy. More...
 

Detailed Description

R-tree GiST index for temporal points.