Split a temporal value into fragments with respect to period buckets.
- Parameters
-
| [in] | temp | Temporal value |
| [in] | start,end | Start and end timestamps of the buckets |
| [in] | tunits | Size of the time buckets in PostgreSQL time units |
| [in] | torigin | Time origin of the tiles |
| [in] | count | Number of buckets |
| [out] | buckets | Start timestamp of the buckets containing a fragment |
| [out] | newcount | Number of values in the output array |
- SQL Function:
- timeSplit()