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

◆ temporal_cmp()

int temporal_cmp ( const Temporal temp1,
const Temporal temp2 
)

Return -1, 0, or 1 depending on whether the first temporal value is less than, equal, or greater than the second one.

Parameters
[in]temp1,temp2Temporal values
Note
Function used for B-tree comparison @csqlfn Temporal_cmp()