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

◆ temporal_time_split_int()

static Temporal ** temporal_time_split_int ( const Temporal temp,
TimestampTz  start,
TimestampTz  end,
int64  tunits,
TimestampTz  torigin,
int  count,
TimestampTz **  bins,
int *  newcount 
)
static

Return the fragments of a temporal value split according to time bins.

Parameters
[in]tempTemporal value
[in]start,endStart and end timestamps of the bins
[in]tunitsSize of the time bins in PostgreSQL time units
[in]toriginTime origin of the tiles
[in]countNumber of bins
[out]binsStart timestamp of the bins containing a fragment
[out]newcountNumber of values in the output array