MobilityDB 1.1
Functions

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

Collaboration diagram for Topological functions:

Functions

PGDLLEXPORT Datum Adjacent_span_span (PG_FUNCTION_ARGS)
 Return true if the spans are adjacent. More...
 
PGDLLEXPORT Datum Adjacent_span_value (PG_FUNCTION_ARGS)
 Return true if a span and a value are adjacent. More...
 
PGDLLEXPORT Datum Adjacent_value_span (PG_FUNCTION_ARGS)
 Return true if a value and a span are adjacent. More...
 
PGDLLEXPORT Datum Contained_set_set (PG_FUNCTION_ARGS)
 Return true if the first timestamp set is contained by the second one. More...
 
PGDLLEXPORT Datum Contained_span_span (PG_FUNCTION_ARGS)
 Return true if the first span is contained by the second one. More...
 
PGDLLEXPORT Datum Contained_value_set (PG_FUNCTION_ARGS)
 Return true if a timestamp is contained by a timestamp set. More...
 
PGDLLEXPORT Datum Contained_value_span (PG_FUNCTION_ARGS)
 Return true if a value is contained by a span. More...
 
PGDLLEXPORT Datum Contains_set_set (PG_FUNCTION_ARGS)
 Return true if the first timestamp set contains the second one. More...
 
PGDLLEXPORT Datum Contains_set_value (PG_FUNCTION_ARGS)
 Return true if a set contains a value. More...
 
PGDLLEXPORT Datum Contains_span_span (PG_FUNCTION_ARGS)
 Return true if the first span contains the second one. More...
 
PGDLLEXPORT Datum Contains_span_value (PG_FUNCTION_ARGS)
 Return true if a span contains a value. More...
 
PGDLLEXPORT Datum Overlaps_set_set (PG_FUNCTION_ARGS)
 Return true if the timestamp sets overlap. More...
 
PGDLLEXPORT Datum Overlaps_span_span (PG_FUNCTION_ARGS)
 Return true if the spans overlap. More...
 

Detailed Description

Topological functions for set and span types.