MobilityDB  1.0
Functions
tnpoint_indexes.c File Reference

R-tree GiST and SP-GiST indexes for temporal network points. More...

#include "npoint/tnpoint_indexes.h"
#include <access/gist.h>
#include "point/tpoint.h"
#include "npoint/tnpoint.h"
Include dependency graph for tnpoint_indexes.c:

Functions

PGDLLEXPORT Datum tnpoint_gist_compress (PG_FUNCTION_ARGS)
 GiST compress function for temporal network points. More...
 
PGDLLEXPORT Datum tnpoint_gist_decompress (PG_FUNCTION_ARGS)
 GiST decompress function for temporal network points (result in a period) More...
 
PGDLLEXPORT Datum tnpoint_spgist_compress (PG_FUNCTION_ARGS)
 SP-GiST compress function for temporal network points. More...
 

Detailed Description

R-tree GiST and SP-GiST indexes for temporal network points.