MobilityDB  1.0
Functions
time_spgist.h File Reference

Quad-tree SP-GiST index for time types. More...

#include <postgres.h>
#include <catalog/pg_type.h>
#include "timetypes.h"
Include dependency graph for time_spgist.h:

Go to the source code of this file.

Functions

Datum spperiod_gist_config (PG_FUNCTION_ARGS)
 
Datum spperiod_gist_choose (PG_FUNCTION_ARGS)
 
Datum spperiod_gist_picksplit (PG_FUNCTION_ARGS)
 
Datum spperiod_gist_inner_consistent (PG_FUNCTION_ARGS)
 
Datum spperiod_gist_leaf_consistent (PG_FUNCTION_ARGS)
 
int16 getQuadrant (const Period *centroid, const Period *tst)
 

Detailed Description

Quad-tree SP-GiST index for time types.