MobilityDB 1.1
|
Set functions for set and span types. More...
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... | |
Set * | minus_set_value (const Set *s, Datum d, meosType basetype) |
Return the difference of a set and a value. More... | |
SpanSet * | minus_span_value (const Span *s, Datum d, meosType basetype) |
Return the difference of a span and a value. More... | |
SpanSet * | minus_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... | |
Set * | union_set_value (const Set *s, Datum d, meosType basetype) |
Return the union of a value and a set. More... | |
SpanSet * | union_span_value (const Span *s, Datum d, meosType basetype) |
Return the union of a span and a value. More... | |
SpanSet * | union_spanset_value (const SpanSet *ss, Datum d, meosType basetype) |
Return the union of a span set and a value. More... | |
Set functions for set and span types.