Datum Boxop_tspatial_tspatial(FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
Generic topological function for two spatiotemporal values.
Definition: tgeo_boxops.c:243
Datum Boxop_tspatial_stbox(FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
Generic bounding box function for a spatiotemporal value and a spatiotemporal box.
Definition: tgeo_boxops.c:227
Datum Boxop_stbox_tspatial(FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
Bounding box operators for spatiotemporal values.
Definition: tgeo_boxops.c:210
uintptr_t Datum
Definition: postgres_ext_defs.in.h:7