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

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

#include <postgres.h>
#include <access/gist.h>
#include <meos.h>
#include <meos_internal.h>
#include "temporal/span.h"
#include "pg_temporal/temporal.h"

Functions

Datum Temporal_gist_compress (PG_FUNCTION_ARGS)
 GiST compress method for temporal values. More...
 
Datum Temporal_spgist_compress (PG_FUNCTION_ARGS)
 SP-GiST compress function for temporal values. More...
 

Detailed Description

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