MobilityDB 1.1

◆ tint_value_time_split()

Temporal ** tint_value_time_split ( Temporal temp,
int  size,
int  vorigin,
Interval duration,
TimestampTz  torigin,
int *  newcount 
)

Split a temporal integer into fragments with respect to value and period buckets.

Parameters
[in]tempTemporal value
[in]sizeSize of the value buckets
[in]durationSize of the time buckets
[in]voriginTime origin of the buckets
[in]toriginTime origin of the buckets
[out]newcountNumber of values in the output array
SQL Function:
timeSplit()