|
◆ tsegment_intersection()
Return true if two segments of a temporal sequence intersect at a timestamptz.
- Parameters
-
[in] | start1,end1 | Base values defining the first segment |
[in] | start2,end2 | Base values defining the second segment |
[in] | temptype | Temporal type |
[in] | lower,upper | Timestampts defining the segments |
[out] | t1,t2 | |
- Precondition
- The instants are synchronized
|