Append an instant to a temporal sequence.
- Parameters
-
[in,out] | seq | Temporal sequence |
[in] | inst | Temporal instant |
[in] | expand | True when reserving space for additional instants |
- SQL Function:
- appendInstant()
- Note
- It is the responsibility of the calling function to free the memory, that is, delete the old value of seq when it is expanded or when the result is a sequence set.