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

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

Functions

Datum Adjacent_span_span (PG_FUNCTION_ARGS)
 Return true if two spans are adjacent @sqlfn span_adjacent() More...
 
Datum Adjacent_span_spanset (PG_FUNCTION_ARGS)
 Return true if a span and a span set are adjacent @sqlfn span_adjacent() More...
 
Datum Adjacent_span_value (PG_FUNCTION_ARGS)
 Return true if a span and a value are adjacent @sqlfn span_adjacent() More...
 
Datum Adjacent_spanset_span (PG_FUNCTION_ARGS)
 Return true if a span set and a span are adjacent @sqlfn span_adjacent() More...
 
Datum Adjacent_spanset_spanset (PG_FUNCTION_ARGS)
 Return true if two span sets are adjacent @sqlfn span_adjacent() More...
 
Datum Adjacent_spanset_value (PG_FUNCTION_ARGS)
 Return true if a span set and a value are adjacent @sqlfn span_adjacent() More...
 
Datum Adjacent_value_span (PG_FUNCTION_ARGS)
 Return true if a value and a span are adjacent @sqlfn span_adjacent() More...
 
Datum Adjacent_value_spanset (PG_FUNCTION_ARGS)
 Return true if a value and a span set are adjacent @sqlfn span_adjacent() More...
 
Datum Contained_set_set (PG_FUNCTION_ARGS)
 Return true if the first set is contained in the second one @sqlfn set_contained() More...
 
Datum Contained_span_span (PG_FUNCTION_ARGS)
 Return true if the first span is contained in the second one @sqlfn span_contained() More...
 
Datum Contained_span_spanset (PG_FUNCTION_ARGS)
 Return true if a span is contained in a span set @sqlfn span_contained() More...
 
Datum Contained_spanset_span (PG_FUNCTION_ARGS)
 Return true if a span set is contained in a span @sqlfn span_contained() More...
 
Datum Contained_spanset_spanset (PG_FUNCTION_ARGS)
 Return true if the first span set is contained in the second one @sqlfn span_contained() More...
 
Datum Contained_value_set (PG_FUNCTION_ARGS)
 Return true if a value is contained in a set @sqlfn set_contained() More...
 
Datum Contained_value_span (PG_FUNCTION_ARGS)
 Return true if a value is contained in a span @sqlfn span_contained() More...
 
Datum Contained_value_spanset (PG_FUNCTION_ARGS)
 Return true if a value is contained in a span set @sqlfn span_contained() More...
 
Datum Contains_set_set (PG_FUNCTION_ARGS)
 Return true if the first set contains the second one @sqlfn set_contains() More...
 
Datum Contains_set_value (PG_FUNCTION_ARGS)
 Return true if a set contains a value @sqlfn set_contains() More...
 
Datum Contains_span_span (PG_FUNCTION_ARGS)
 Return true if the first span contains the second one @sqlfn span_contains() More...
 
Datum Contains_span_spanset (PG_FUNCTION_ARGS)
 Return true if a span contains a span set @sqlfn span_contains() More...
 
Datum Contains_span_value (PG_FUNCTION_ARGS)
 Return true if a span contains a value @sqlfn span_contains() More...
 
Datum Contains_spanset_span (PG_FUNCTION_ARGS)
 Return true if a span set contains a span @sqlfn span_contains() More...
 
Datum Contains_spanset_spanset (PG_FUNCTION_ARGS)
 Return true if the first span set contains the second one @sqlfn span_contains() More...
 
Datum Contains_spanset_value (PG_FUNCTION_ARGS)
 Return true if a span contains a value @sqlfn span_contains() More...
 
Datum Overlaps_set_set (PG_FUNCTION_ARGS)
 Return true if two sets overlap @sqlfn set_overlaps() More...
 
Datum Overlaps_span_span (PG_FUNCTION_ARGS)
 Return true if two spans overlap @sqlfn span_overlaps() More...
 
Datum Overlaps_span_spanset (PG_FUNCTION_ARGS)
 Return true if a span and a span set overlap @sqlfn span_overlaps() More...
 
Datum Overlaps_spanset_span (PG_FUNCTION_ARGS)
 Return true if a span set and a span overlap @sqlfn span_overlaps() More...
 
Datum Overlaps_spanset_spanset (PG_FUNCTION_ARGS)
 Return true if two span sets overlap @sqlfn span_overlaps() More...
 

Detailed Description

Topological functions for set and span types.