MobilityDB 1.1

◆ tsequenceset_cmp()

int tsequenceset_cmp ( const TSequenceSet ss1,
const TSequenceSet ss2 
)

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

Precondition
The arguments are of the same base type
Note
Period and bounding box comparison have been done by the calling function temporal_cmp
SQL Function:
tbool_cmp(), tint_cmp(), tfloat_cmp(), ttext_cmp(), etc.