MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
spanset.h File Reference
#include <postgres.h>
#include <meos.h>
#include "temporal/meos_catalog.h"

Go to the source code of this file.

Functions

bool ensure_same_spanset_span_type (const SpanSet *ss, const Span *s)
 Ensure that a span set and a span value have the same span type. More...
 
bool ensure_same_spanset_type (const SpanSet *ss1, const SpanSet *ss2)
 Ensure that the span set values have the same type. More...
 
bool ensure_spanset_isof_type (const SpanSet *ss, meosType spansettype)
 Basic functions for set of disjoint spans. More...
 
bool ensure_valid_spanset_span (const SpanSet *ss, const Span *s)
 Ensure that a span set and a span value have the same span type. More...
 
bool ensure_valid_spanset_spanset (const SpanSet *ss1, const SpanSet *ss2)
 Ensure that two span sets are of the same span type. More...
 
bool spanset_find_value (const SpanSet *ss, Datum v, int *loc)
 Return the location of a value in a span set using binary search. More...