MobilityDB 1.1
Functions

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

Collaboration diagram for Set functions:

Functions

bool inter_span_span (const Span *s1, const Span *s2, Span *result)
 Set a span with the result of the intersection of two spans. More...
 
bool intersection_set_value (const Set *s, Datum d, meosType basetype, Datum *result)
 Return the intersection of a set and a value. More...
 
bool intersection_span_value (const Span *s, Datum d, meosType basetype, Datum *result)
 Return the intersection of a span and a value. More...
 
bool intersection_spanset_value (const SpanSet *ss, Datum d, meosType basetype, Datum *result)
 Return the intersection of a span set and a value. More...
 
Setminus_set_value (const Set *s, Datum d, meosType basetype)
 Return the difference of a set and a value. More...
 
SpanSetminus_span_value (const Span *s, Datum d, meosType basetype)
 Return the difference of a span and a value. More...
 
SpanSetminus_spanset_value (const SpanSet *ss, Datum d, meosType basetype)
 Return the difference of a span set and a value. More...
 
bool minus_value_set (Datum d, meosType basetype, const Set *s, Datum *result)
 Return the difference of a value and a set. More...
 
bool minus_value_span (Datum d, meosType basetype, const Span *s, Datum *result)
 Return the difference of a value and a span. More...
 
bool minus_value_spanset (Datum d, meosType basetype, const SpanSet *ss, Datum *result)
 Return the difference of a value and a span set. More...
 
Setunion_set_value (const Set *s, Datum d, meosType basetype)
 Return the union of a value and a set. More...
 
SpanSetunion_span_value (const Span *s, Datum d, meosType basetype)
 Return the union of a span and a value. More...
 
SpanSetunion_spanset_value (const SpanSet *ss, Datum d, meosType basetype)
 Return the union of a span set and a value. More...
 

Detailed Description

Set functions for set and span types.