MobilityDB 1.3
Loading...
Searching...
No Matches

◆ tnumber_value_time_boxes()

TBox * tnumber_value_time_boxes ( const Temporal temp,
Datum  vsize,
const Interval duration,
Datum  vorigin,
TimestampTz  torigin,
int *  count 
)

Return the temporal boxes of a temporal number split with respect to a value and possibly a time grid.

Parameters
[in]tempTemporal number
[in]vsizeSize of the value dimension
[in]durationSize of the time dimension as an interval, may be NULL
[in]voriginOrigin for the value dimension
[in]toriginOrigin for the time dimension
[out]countNumber of elements in the output array
Note
The check for parameter validity is done in function tnumber_value_time_tile_init to be shared for both MEOS and MobilityDB @csqlfn Tnumber_value_time_boxes