|
|
◆ temporal_time_split_int()
Return the fragments of a temporal value split according to time bins.
- Parameters
-
| [in] | temp | Temporal value |
| [in] | start,end | Start and end timestamps of the bins |
| [in] | tunits | Size of the time bins in PostgreSQL time units |
| [in] | torigin | Time origin of the tiles |
| [in] | count | Number of bins |
| [out] | bins | Start timestamp of the bins containing a fragment |
| [out] | newcount | Number of values in the output array |
|