MobilityDB 1.1
Functions

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

Collaboration diagram for Transformation functions:

Functions

void floatspan_set_numspan (const Span *s1, Span *s2, meosType basetype)
 Set the second span with the first one transformed to intspan. More...
 
void lower_upper_shift_tscale (TimestampTz *lower, TimestampTz *upper, const Interval *shift, const Interval *duration)
 Shift and/or scale period bounds by the intervals. More...
 
void numspan_set_floatspan (const Span *s1, Span *s2)
 Set the second span with the first one transformed to floatspan. More...
 
void span_shift (Span *s, Datum shift)
 Shift a span by a value. More...
 
void spanset_shift (SpanSet *ss, Datum shift)
 Shift a span set by a value. More...
 

Detailed Description

Transformation functions for set and span types.