MobilityDB 1.1

◆ tint_value_split()

Temporal ** tint_value_split ( Temporal temp,
int  size,
int  origin,
int *  newcount 
)

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

Parameters
[in]tempTemporal value
[in]sizeSize of the value buckets
[in]originTime origin of the buckets
[out]newcountNumber of values in the output array
SQL Function:
valueSplit()