Split a temporal value into an array of disjoint fragments.
- Parameters
-
[in] | ss | Temporal value |
[in] | start,end | Start and end timestamps of the buckets |
[in] | tunits | Size of the time buckets in PostgreSQL time units |
[in] | count | Number of buckets |
[out] | buckets | Start timestamp of the buckets containing a fragment |
[out] | newcount | Number of values in the output array |