MobilityDB 1.1

◆ temporal_time_split()

Temporal ** temporal_time_split ( Temporal temp,
Interval duration,
TimestampTz  torigin,
int *  newcount 
)

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

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