MobilityDB  1.0
Functions
temporal_gist.c File Reference

R-tree GiST index for temporal types where only the time dimension is taken into account for indexing, currently, tbool and ttext. More...

#include "general/temporal_gist.h"
#include <access/gist.h>
#include "general/timetypes.h"
#include "general/temporal.h"
#include "general/tempcache.h"
#include "general/time_gist.h"
Include dependency graph for temporal_gist.c:

Functions

PGDLLEXPORT Datum temporal_gist_compress (PG_FUNCTION_ARGS)
 GiST compress method for temporal values. More...
 
PGDLLEXPORT Datum temporal_gist_decompress (PG_FUNCTION_ARGS)
 GiST decompress method for temporal values (result in a period) More...
 

Detailed Description

R-tree GiST index for temporal types where only the time dimension is taken into account for indexing, currently, tbool and ttext.