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

◆ set_cmp()

int set_cmp ( const Set s1,
const Set s2 
)

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

Parameters
[in]s1,s2Sets
Returns
On error return INT_MAX
Note
Function used for B-tree comparison @csqlfn Set_cmp()