|
◆ tnumber_distance_turnpt()
Return true if the segments of twp temporal number intersects at a timestamptz.
- Parameters
-
[in] | start1,end1 | Values defining the first segment |
[in] | start2,end2 | Values defining the second segment |
[in] | param | Additional parameter |
[in] | basetype | Type of the values |
[in] | lower,upper | Timestamps defining the segment |
[out] | t1,t2 | |
- Note
- This function is passed to the lifting infrastructure when computing the temporal distance
- Postcondition
- As there is a single turning point,
t2 is set to t1
|