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

◆ temporal_merge()

Temporal * temporal_merge ( const Temporal temp1,
const Temporal temp2 
)

Merge two temporal values.

Parameters
[in]temp1,temp2Temporal values
Returns
Return NULL if both arguments are NULL. If one argument is null, return the other argument. @csqlfn Temporal_merge()