![]() |
MobilityDB 1.3
|
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 *)) |