MobilityDB 1.3
Loading...
Searching...
No Matches
Functions

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

Functions

void datespan_set_tstzspan (const Span *s1, Span *s2)
 Return the second span initialized with the first one transformed to a timetstamptz span. More...
 
void floatspan_set_intspan (const Span *s1, Span *s2)
 Return the second span initialized with the first one transformed to an integer span. More...
 
void intspan_set_floatspan (const Span *s1, Span *s2)
 Return the second span initialized with the first one transformed to a float span. More...
 
void set_set_span (const Set *s, Span *result)
 Return in the last argument the bounding span of a set. More...
 
void set_set_subspan (const Set *s, int fromidx, int toidx, Span *result)
 Return in the last argument the bounding span of a set. More...
 
Spanset_span (const Set *s)
 Convert a set into a span. More...
 
SpanSetset_spanset (const Set *s)
 Convert a set into a span set. More...
 
void tstzspan_set_datespan (const Span *s1, Span *s2)
 Return the last span initialized with the first one transformed to a date span. More...
 
Setvalue_set (Datum value, meosType basetype)
 Convert a value into a set. More...
 
void value_set_span (Datum value, meosType basetype, Span *s)
 Return in the last argument a span constructed from a value. More...
 
Spanvalue_span (Datum value, meosType basetype)
 Convert a value into a span. More...
 
SpanSetvalue_spanset (Datum value, meosType basetype)
 Convert a value into a span set. More...
 

Detailed Description

Conversion functions for set and span types.