|
◆ tsegment_intersection_value()
Return true if a segment of a temporal sequence intersects a base value at a timestamptz.
- Parameters
-
[in] | start,end | Values defining the segment |
[in] | value | Value to locate |
[in] | temptype | Temporal type |
[in] | lower,upper | Timestamps defining the segment |
[out] | t1,t2 | |
- Note
- Return false if the value is equal to the first or the last instant. The reason is that the function is used in the lifting infrastructure for determining the crossings after testing whether the bounds of the segments are equal to the given value.
|