MobilityDB 1.1
|
Transformation functions for set and span types. More...
Functions | |
void | floatspan_set_intspan (const Span *s1, Span *s2) |
Set the second span with the first one transformed to intspan. More... | |
void | intspan_set_floatspan (const Span *s1, Span *s2) |
Set the second span with the first one transformed to floatspan. More... | |
void | period_shift_tscale (Span *p, const Interval *shift, const Interval *duration) |
Shift and/or scale a period by the intervals. More... | |
SpanSet * | periodset_shift_tscale (const SpanSet *ps, const Interval *shift, const Interval *duration) |
Return a period set shifted and/or scaled by the intervals. More... | |
void | span_expand (const Span *s1, Span *s2) |
Expand the second span with the first one. More... | |
Set * | tstzset_shift_tscale (const Set *s, const Interval *shift, const Interval *duration) |
Return a timestamp set uned and/or scaled by the intervals. More... | |
Transformation functions for set and span types.