|
◆ tintbox_value_time_tiles()
TBox * tintbox_value_time_tiles |
( |
const TBox * |
box, |
|
|
int |
vsize, |
|
|
const Interval * |
duration, |
|
|
int |
vorigin, |
|
|
TimestampTz |
torigin, |
|
|
int * |
count |
|
) |
| |
Return the tiles of a temporal integer box.
- Parameters
-
[in] | box | Input box to split |
[in] | vsize | Value size of the tiles |
[in] | duration | Interval defining the size of the bins |
[in] | vorigin | Value origin of the tiles |
[in] | torigin | Time origin of the tiles |
[out] | count | Number of elements in the output array @csqlfn Tbox_value_time_tiles() |
|