MobilityDB 1.1
|
#include <postgres.h>
#include <utils/palloc.h>
#include <fmgr.h>
#include "general/temporal.h"
#include "npoint/tnpoint.h"
Go to the source code of this file.
Functions | |
Datum | boxop_geo_tnpoint_ext (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *)) |
Bounding box operators for temporal network points. More... | |
Datum | boxop_npoint_tnpoint_ext (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *)) |
Datum | boxop_stbox_tnpoint_ext (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *)) |
Generic box function for an stbox and a temporal network point. More... | |
Datum | boxop_tnpoint_geo_ext (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *)) |
Datum | boxop_tnpoint_npoint_ext (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *)) |
Datum | boxop_tnpoint_stbox_ext (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *)) |
Generic box function for a temporal network point and an stbox. More... | |
Datum | boxop_tnpoint_tnpoint_ext (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *)) |
Generic box function for two temporal network points. More... | |