Construct a temporal sequence set from an array of temporal instants introducing a gap when two consecutive instants are separated from each other by at least the given distance or the given time interval.
- Parameters
-
[in] | instants | Array of instants |
[in] | count | Number of elements in the array |
[in] | interp | Interpolation |
[in] | maxdist | Maximum distance for defining a gap |
[in] | maxt | Maximum time interval for defining a gap |
- SQL Function:
- tint_seqset_gaps(), tfloat_seqset_gaps(), tgeompoint_seqset_gaps(), tgeogpoint_seqset_gaps()