34#ifndef __PG_TPOINT_BOXOPS_H__
35#define __PG_TPOINT_BOXOPS_H__
39#include <utils/palloc.h>
41#include <catalog/pg_type.h>
Datum boxop_geo_tpoint_ext(FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
Bounding box operators for temporal points.
Datum boxop_tpoint_geo_ext(FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
Datum boxop_tpoint_tpoint_ext(FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
Generic topological function for two temporal points.
Definition: tpoint_boxops.c:132
Datum boxop_stbox_tpoint_ext(FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
Generic bounding box function for a spatiotemporal box and a temporal point.
Definition: tpoint_boxops.c:96
Datum boxop_tpoint_stbox_ext(FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
Generic bounding box function for a temporal point and a spatiotemporal box.
Definition: tpoint_boxops.c:114
uintptr_t Datum
Definition: pg_ext_defs.in.h:4
Structure to represent spatiotemporal boxes.
Definition: meos.h:107