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

◆ tfloat_value_time_split()

Temporal ** tfloat_value_time_split ( const Temporal temp,
double  size,
const Interval duration,
double  vorigin,
TimestampTz  torigin,
double **  value_bins,
TimestampTz **  time_bins,
int *  count 
)

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

Parameters
[in]tempTemporal value
[in]sizeSize of the value bins
[in]durationSize of the time bins
[in]voriginTime origin of the bins
[in]toriginTime origin of the bins
[out]value_binsArray of value bins
[out]time_binsArray of time bins
[out]countNumber of values in the output array @csqlfn Tnumber_value_time_split()