Split a temporal value into an array of fragments according to value buckets.
- Parameters
-
[in] | seq | Temporal value |
[in] | start_bucket | Value of the start bucket |
[in] | size | Size of the value buckets |
[in] | count | Number of buckets |
[out] | buckets | Start value of the buckets containing the fragments |
[out] | newcount | Number of elements in output arrays |