MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
tnpoint_boxops.h File Reference
#include <postgres.h>
#include <utils/palloc.h>
#include <fmgr.h>
#include <meos.h>

Go to the source code of this file.

Functions

Datum Boxop_geo_tnpoint (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
 Bounding box operators for temporal network points. More...
 
Datum Boxop_npoint_tnpoint (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
 
Datum Boxop_stbox_tnpoint (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
 
Datum Boxop_tnpoint_geo (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
 
Datum Boxop_tnpoint_npoint (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
 
Datum Boxop_tnpoint_stbox (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
 
Datum Boxop_tnpoint_tnpoint (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))