Merge an array of temporal discrete sequences.
- Note
- The function does not assume that the values in the array are strictly ordered on time, i.e., the intersection of the bounding boxes of two values may be a period. For this reason two passes are necessary.
- Parameters
-
[in] | sequences | Array of values |
[in] | count | Number of elements in the array |
- Returns
- Result value that can be either a temporal instant or a temporal discrete sequence
- SQL Function:
- merge()