MobilityDB
1.0
|
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"
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... | |
R-tree GiST and SP-GiST indexes for temporal network points.