![]() |
MobilityDB 1.3
|
#include <postgres.h>
#include <utils/palloc.h>
#include <fmgr.h>
#include <liblwgeom.h>
#include <meos.h>
Go to the source code of this file.
Functions | |
Datum | Boxop_stbox_tspatial (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *)) |
Bounding box operators for spatiotemporal values. More... | |
Datum | Boxop_tspatial_stbox (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *)) |
Generic bounding box function for a spatiotemporal value and a spatiotemporal box. More... | |
Datum | Boxop_tspatial_tspatial (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *)) |
Generic topological function for two spatiotemporal values. More... | |