34#ifndef __PG_TCBUFFER_BOXOPS_H__
35#define __PG_TCBUFFER_BOXOPS_H__
39#include <utils/palloc.h>
External API of the Mobility Engine Open Source (MEOS) library.
Datum Boxop_cbuffer_tcbuffer(FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
Datum Boxop_tcbuffer_tcbuffer(FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
Datum Boxop_tcbuffer_stbox(FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
Datum Boxop_tcbuffer_cbuffer(FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
Datum Boxop_tcbuffer_geo(FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
Datum Boxop_stbox_tcbuffer(FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
Datum Boxop_geo_tcbuffer(FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
Bounding box operators for temporal circular buffers.
uintptr_t Datum
Definition: postgres_ext_defs.in.h:7
Structure to represent spatiotemporal boxes.
Definition: meos.h:134