Split a temporal value into an array of disjoint fragments.
- Parameters
-
[in] | ss | Temporal value |
[in] | start,end | Start and end timestamps 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 |