MobilityDB 1.1
Functions
span_gist.h File Reference
#include <postgres.h>
#include <access/stratnum.h>
#include "general/span.h"
Include dependency graph for span_gist.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int span_common_entry_cmp (const void *i1, const void *i2)
 R-tree GiST index for time types. More...
 
bool span_gist_consistent (const Span *key, const Span *query, StrategyNumber strategy)
 GiST internal-page consistency for span types. More...
 
bool span_index_consistent_leaf (const Span *key, const Span *query, StrategyNumber strategy)
 R-tree GiST index for span and span set types. More...
 
bool span_index_recheck (StrategyNumber strategy)
 Return true if a recheck is necessary depending on the strategy. More...