MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
tcbuffer_boxops.h File Reference
#include <postgres.h>
#include <utils/palloc.h>
#include <fmgr.h>
#include <meos.h>

Go to the source code of this file.

Functions

Datum Boxop_cbuffer_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. More...
 
Datum Boxop_stbox_tcbuffer (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_tcbuffer_stbox (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))
 
Datum Boxop_tcbuffer_tcbuffer (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *))