MobilityDB 1.1
Functions

Transformation functions for set and span types. More...

Collaboration diagram for Transformation functions:

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...
 
SpanSetperiodset_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...
 
Settstzset_shift_tscale (const Set *s, const Interval *shift, const Interval *duration)
 Return a timestamp set uned and/or scaled by the intervals. More...
 

Detailed Description

Transformation functions for set and span types.