|
MobilityDB 1.1
|
Modification functions for temporal types. More...

Functions | |
| Temporal * | temporal_delete_period (const Temporal *temp, const Span *p, bool connect) |
| Delete a period from a temporal value connecting the instants before and after the given timestamp (if any). More... | |
| Temporal * | temporal_delete_periodset (const Temporal *temp, const SpanSet *ps, bool connect) |
| Delete a period set from a temporal value connecting the instants before and after the given timestamp (if any). More... | |
| Temporal * | temporal_delete_timestamp (const Temporal *temp, TimestampTz t, bool connect) |
| Delete a timestamp from a temporal value connecting the instants before and after the given timestamp (if any). More... | |
| Temporal * | temporal_delete_timestampset (const Temporal *temp, const Set *ts, bool connect) |
| Delete a timestamp set from a temporal value connecting the instants before and after the given timestamp (if any). More... | |
Modification functions for temporal types.