Split a temporal value into an array of fragments according to time bins.
- Parameters
-
| [in] | seq | Temporal value |
| [in] | start | Start timestamp of the bins |
| [in] | tunits | Size of the time bins in PostgreSQL time units |
| [in] | count | Number of bins |
| [out] | bins | Start timestamp of the bins containing a fragment |
| [out] | newcount | Number of values in the output array |