34#ifndef __PG_TNPOINT_BOXOPS_H__
35#define __PG_TNPOINT_BOXOPS_H__
39#include <utils/palloc.h>
External API of the Mobility Engine Open Source (MEOS) library.
Datum Boxop_npoint_tnpoint(FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
Datum Boxop_tnpoint_npoint(FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
Datum Boxop_tnpoint_geo(FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
Datum Boxop_geo_tnpoint(FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
Bounding box operators for temporal network points.
Datum Boxop_tnpoint_stbox(FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
Datum Boxop_tnpoint_tnpoint(FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
Datum Boxop_stbox_tnpoint(FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
uintptr_t Datum
Definition: postgres_ext_defs.in.h:7
Structure to represent spatiotemporal boxes.
Definition: meos.h:134