MobilityDB 1.1

◆ temporal_time_split1()

Temporal ** temporal_time_split1 ( const Temporal temp,
TimestampTz  start,
TimestampTz  end,
int64  tunits,
TimestampTz  torigin,
int  count,
TimestampTz **  buckets,
int *  newcount 
)

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

Parameters
[in]tempTemporal value
[in]start,endStart and end timestamps of the buckets
[in]tunitsSize of the time buckets in PostgreSQL time units
[in]toriginTime origin of the tiles
[in]countNumber of buckets
[out]bucketsStart timestamp of the buckets containing a fragment
[out]newcountNumber of values in the output array
SQL Function:
timeSplit()