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

◆ adisjoint_tcbuffer_cbuffer()

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

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

Parameters
[in]tempTemporal circular buffer
[in]cbCircular buffer
Note
aDisjoint(a, b) is equivalent to NOT eIntersects(a, b) @csqlfn Adisjoint_tcbuffer_geo()