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

R-tree GiST index for temporal integers and temporal floats. More...

#include "temporal/tbox_index.h"
#include <assert.h>
#include <float.h>
#include <postgres.h>
#include <utils/timestamp.h>
#include <meos.h>
#include <meos_internal.h>
#include "temporal/span.h"
#include "temporal/tbox.h"
#include "temporal/temporal_boxops.h"
#include "temporal/type_util.h"

Functions

bool tbox_gist_inner_consistent (const TBox *key, const TBox *query, StrategyNumber strategy)
 GiST inner consistent method for temporal numbers. More...
 
bool tbox_index_leaf_consistent (const TBox *key, const TBox *query, StrategyNumber strategy)
 Leaf consistency for temporal numbers. More...
 
bool tbox_index_recheck (StrategyNumber strategy)
 Determine whether a recheck is necessary depending on the strategy. More...
 

Detailed Description

R-tree GiST index for temporal integers and temporal floats.

These functions are based on those in the file gistproc.c.