MobilityDB 1.1

◆ tinstant_set()

void tinstant_set ( TInstant inst,
Datum  value,
TimestampTz  t 
)

Set the value and the timestamp of a temporal instant.

Basic functions for temporal instants.

Parameters
[in,out]instTemporal instant to be modified
[in]valueValue
[in]tTimestamp
Precondition
This function only works for for base types passed by value. This should be ensured by the calling function!