|
MobilityDB 1.3
|
Tranditional comparison functions for temporal types. More...
Functions | |
| int | tinstant_cmp (const TInstant *inst1, const TInstant *inst2) |
| Return -1, 0, or 1 depending on whether the first temporal instant is less than, equal to, or greater than the second one. More... | |
| bool | tinstant_eq (const TInstant *inst1, const TInstant *inst2) |
| Return true if two temporal instants are equal. More... | |
| int | tsequence_cmp (const TSequence *seq1, const TSequence *seq2) |
| Return -1, 0, or 1 depending on whether the first temporal sequence is less than, equal to, or greater than the second one. More... | |
| bool | tsequence_eq (const TSequence *seq1, const TSequence *seq2) |
| Return true if two temporal sequences are equal. More... | |
| 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 to, or greater than the second one. More... | |
| bool | tsequenceset_eq (const TSequenceSet *ss1, const TSequenceSet *ss2) |
| Return true if two temporal sequence sets are equal. More... | |
Tranditional comparison functions for temporal types.