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

R-tree GiST index for span and span set types. More...

#include "temporal/span_index.h"
#include <assert.h>
#include <float.h>
#include <postgres.h>
#include <meos.h>
#include <meos_internal.h>
#include "temporal/set.h"
#include "temporal/span.h"
#include "temporal/temporal.h"

Functions

bool span_gist_inner_consistent (const Span *key, const Span *query, StrategyNumber strategy)
 GiST internal-page consistency for span types. More...
 
bool span_index_leaf_consistent (const Span *key, const Span *query, StrategyNumber strategy)
 Leaf consistency for span types. More...
 
bool span_index_recheck (StrategyNumber strategy)
 Return true if a recheck is necessary depending on the strategy. More...
 

Detailed Description

R-tree GiST index for span and span set types.

Note
These functions are based on those in the file rangetypes_gist.c