MobilityDB
1.0
|
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"
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... | |
R-tree GiST index for temporal types where only the time dimension is taken into account for indexing, currently, tbool and ttext.