MobilityDB 1.3
Loading...
Searching...
No Matches

◆ aintersects_tcbuffer_cbuffer()

int aintersects_tcbuffer_cbuffer ( const Temporal temp,
const Cbuffer cb 
)
inline

Return 1 if a circular buffer and a temporal circular buffer always intersect, 0 if not, and -1 on error.

Parameters
[in]tempTemporal circular buffer
[in]cbCircular buffer
Note
aIntersects(tcbuffer, cbuffer) is equivalent to NOT eDisjoint(tcbuffer, cbuffer) @csqlfn Aintersects_tcbuffer_cbuffer()